Information Technology Knowledge Base
April 1, 2008
Recursively removing .svn directories
Filed under:
Linux
,
Miscellaneous
— Hedwig Lodrigo @ 12:13 pm
Use this command
find . -name .svn -print0 | xargs -0 rm -rf
You could also use “svn export”…
Comments (0)
Blogroll
Online Games Inn
Ticking watches
Categories:
Linux
Debian
Ubuntu
Microsoft Sql server
DBA
TSQL
Miscellaneous
OpenGL
RubyOnRails
Visual Basic .NET
Visual Basic 6
windows
Search:
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
Meta:
Log in
RSS
Comments
RSS
Valid
XHTML
XFN
WP
Powered by
WordPress