Created
January 9, 2013 16:47
-
-
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/
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 . -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