Revision: 5764
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 2, 2008 10:24 by wfdev
Initial Code
find . -name ".svn" -exec rm -rf {} \;
Initial URL
Initial Description
Quick command I use to remove .SVN folders from a tree structure copied from SVN working copy. Sometimes a bit easier than running an export.
Initial Title
Remove .SVN files from a directory structure
Initial Tags
svn, script, unix
Initial Language
Bash