Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created November 23, 2008 23:51
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 stepheneb/28323 to your computer and use it in GitHub Desktop.
Save stepheneb/28323 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
Dir.glob('*/.svn').collect {|f| File.dirname(f)}.each {|f| puts f; Dir.chdir(f) { puts `svn up` }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment