/ Published in: Bash
Cleans SVN from a directory and all sub directories.
Expand |
Embed | Plain Text
find ./ -name ".svn" | xargs rm -Rf
You need to login to post a comment.
Cleans SVN from a directory and all sub directories.
find ./ -name ".svn" | xargs rm -Rf
You need to login to post a comment.