Information Technology Knowledge Base
04.01.08
Recursively removing .svn directories
Posted in
Linux
,
Miscellaneous
at 12:13 pm by Hedwig Lodrigo
Use this command
find . -name .svn -print0 | xargs -0 rm -rf
You could also use “svn export”…
Permalink
Comments
Archives
October 2009
January 2009
May 2008
April 2008
March 2008
October 2007
July 2007
June 2007
May 2007
March 2007
December 2006
October 2006
September 2006
August 2006
July 2006
Categories
Linux
Debian
Ubuntu
Microsoft Sql server
DBA
TSQL
Miscellaneous
OpenGL
RubyOnRails
Visual Basic .NET
Visual Basic 6
windows
Meta
Log in
Entries
RSS
Comments
RSS
Wordpress