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: commandline trick


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home