Removing .svn folders recursively
If you want to recursively delete all the Subversion folders from a working copy (for deployment or whatnot), this works well:
rm -rf `find . -type d -name .svn`
Posted on 6th September 2007. Tagged as svn, tips
If you want to recursively delete all the Subversion folders from a working copy (for deployment or whatnot), this works well:
rm -rf `find . -type d -name .svn`
Jon Atkinson is a web developer, sysadmin and occasional business guy. He works in the north west of England.
Jon can be contacted at jon@jonatkinson.co.uk, or on freenode as JonA. Also available: twitter, LinkedIn and Github.
I own and run 84labs, a company which provides bespoke web application development for businesses and startups.
If you're interested in working with me, take a look, then contact me via 84labs.
I'm one of the founders of Testled.com, a web service to provide simple remote usability testing of web sites and desktop applications
Testled.com is currently in private beta, but you can still signup for an invite.