Last Updated: February 25, 2016
·
609
· thinkclay

Rip out SVN

Remove a repo via SVN:
svn export /path/to/old/working/copy /path/to/plain/code

Remove a repo manually:
find . -iname ".svn" -print0 | xargs -0 rm -r

1 Response
Add your response

It's not a repo, it's a working copy.

over 1 year ago ·