Skip to content

Instantly share code, notes, and snippets.

@deckerego
Created December 6, 2013 17:11
Show Gist options
  • Save deckerego/7828492 to your computer and use it in GitHub Desktop.
Save deckerego/7828492 to your computer and use it in GitHub Desktop.
Update all SVN projects in a workspace
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