Created
December 6, 2013 17:11
-
-
Save deckerego/7828492 to your computer and use it in GitHub Desktop.
Update all SVN projects in a workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ~/NetBeansProjects ~/workspace -maxdepth 1 -mindepth 1 -type d ! -name ".*" -execdir svn update {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment