Created
April 15, 2013 13:11
-
-
Save cillosis/5387955 to your computer and use it in GitHub Desktop.
SVN Refresh - Recursive SVN UP on directories using a bash alias.
This file contains 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
alias svnrefresh='find . -mindepth 1 -maxdepth 3 -name "*.svn" -type d -exec svn up {}/.. \;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment