/ Published in: Bash
Expand |
Embed | Plain Text
find . -name .svn -print0 | xargs -0 rm -rf
Comments
Subscribe to comments
You need to login to post a comment.
oddlyzen on 10/24/08
2 people have marked this snippet as a favorite
find . -name .svn -print0 | xargs -0 rm -rf
Subscribe to comments
You need to login to post a comment.
Make sure your pwd is the directory you wish to remove from SVN.