Tuesday, May 27, 2008

Removing unwanted new files from your SVN working copy

So you have a project in SVN. You create a few new files and decided you just want to delete them via the commandline real quick.

projectroot$ svn st | grep '?' | awk '{print $2}' | xargs rm

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home