Remove all .svn folders and sub folders
find . -name ".svn" -exec rm -rf {} \;
Written by Marduk
Related protips
2 Responses
Or use "svn export <target>".
over 1 year ago
·
@Eyjafjallajokull right.., I use this when I don't have access to the actual repository or if I want to copy a bunch of files that have all those .svn folders
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#