Clean all .svn or cvs diretories from your source

August 16, 2007

You need or want to import your code into a new svn or cvs repository. But, the source code is filled with CVS/.svn folders from an old repository. Here’s a quick way to do it (Unix):

find . -type d -name CVS | xargs rm -rf
Trackbacks

Unfortunately, due to spammers I've had to close both trackbacks and comments.

Comments

Comments are closed.