Skip to content

Instantly share code, notes, and snippets.

@grafikchaos
Created July 10, 2012 22:56
Show Gist options
  • Save grafikchaos/3086769 to your computer and use it in GitHub Desktop.
Save grafikchaos/3086769 to your computer and use it in GitHub Desktop.
SVN wipe out the repo
see http://stackoverflow.com/a/1462886
svn checkout --depth immediates http://myrepo.com/svn/myrepo myworking_copy
cd myworking_copy
svn rm *
svn ci -m "Deleting all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment