This is a modification of my quickly add files to Subversion post to allow you to delete files in SVN that have been locally deleted:
$ svn st | grep ^! | cut -b7- | xargs svn delete
Of course, you’ll need to commit the files:
$ svn commit
-Chris
GD Star Rating
loading...
loading...
GD Star Rating
loading...
loading...
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.