Skip to content

Instantly share code, notes, and snippets.

@german-bortoli
Created January 9, 2013 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save german-bortoli/4494693 to your computer and use it in GitHub Desktop.
Save german-bortoli/4494693 to your computer and use it in GitHub Desktop.
Use svn upgrade to update old metadata versions package to new subversion releases. This script execute this command, for every project that you have in a folder. for example /home/my_user/projects/
find . -maxdepth 1 -type d -exec svn upgrade {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment