Home Blog Recursively remove .svn directories from your project
Nov 20
2009

Recursively remove .svn directories from your project

Posted by: Marko Tomic

Tagged in: SVN , Shell

Occasionally I find .svn directories in my old projects that are not in Subversion.  The quickest way to recursively remove them is to run the following command:

find . -name .svn -print0 | xargs -0 rm -rf

You need to cd into your project directory before running it.

You can also run the command to quickly disconnect your project from Subversion.

Trackback(0)
Comments (0)add comment

Write comment
smaller | bigger

security image
Write the displayed characters


busy

Stalk Me

Facebook: marko.tomic Twitter: mtomic Twitter: SydneyScuba YouTube: migonyourtail Linked In: tomicmarko MySpace: markomedia Google Wave: marko2009 blip.fm: markotomic

Site Login

Tag Cloud

Browser Poll

What browser do you use?