Skip to content

Instantly share code, notes, and snippets.

@cillosis
Created April 15, 2013 13:11
Show Gist options
  • Save cillosis/5387955 to your computer and use it in GitHub Desktop.
Save cillosis/5387955 to your computer and use it in GitHub Desktop.
SVN Refresh - Recursive SVN UP on directories using a bash alias.
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