Skip to content

Instantly share code, notes, and snippets.

@EpeeCheeze
Created December 7, 2012 19:12
Show Gist options
  • Save EpeeCheeze/4235660 to your computer and use it in GitHub Desktop.
Save EpeeCheeze/4235660 to your computer and use it in GitHub Desktop.
Move modified files to new repo in SVN
for x in `svn status | awk '{print $2}'`; do cp $x ../<new_branch>/$x; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment