Recursively removing .svn directories
Use this command
find . -name .svn -print0 | xargs -0 rm -rf
You could also use “svn export”…
No comments yet.
RSS feed for comments on this post. TrackBack URL
Sorry, the comment form is closed at this time.
Powered by WordPress