Skip to content

Instantly share code, notes, and snippets.

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 hallison/4405 to your computer and use it in GitHub Desktop.
Save hallison/4405 to your computer and use it in GitHub Desktop.
cd <project>
find . -name ".svn" -exec rm -rf {} 2> /dev/null \;
cd ..
cp -ru <project>/* <svn-project>
cd <svn-project>
svn status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment