Posts Tagged ‘Subversion’

Remove CVS or .svn Directories from the Linux Command Line

By marc • May 18th, 2008

So, you copied a bunch of directories from one source controlled project to another and you don’t want to go through and delete all those CVS or .svn directories by hand? Ok, no problem…
Below are two snippets that will show you how to recursively remove those directories from the Linux command line in one quick […]