/ Published in: SVN
URL: http://codesnippets.joyent.com/posts/show/104
Although, using svn export avoids having to get rid of .svn directories in the first place.
Expand |
Embed | Plain Text
rm -rf `find . -name .svn`
You need to login to post a comment.
