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
Written by Clayton McIlrath
Related protips
1 Response
It's not a repo, it's a working copy.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#