Published in: SVN
URL: http://svn.haxx.se/users/archive-2005-07/0849.shtml
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
You need to login to post a comment.
Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.
bartbons on 03/20/07
svn delete remove files missing
2 people have marked this snippet as a favorite
Published in: SVN
URL: http://svn.haxx.se/users/archive-2005-07/0849.shtml
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
You need to login to post a comment.