Re: committing local deletions
From: Kevin Grover <kevin_at_kevingrover.net>
Date: Wed, 9 Apr 2008 18:18:56 -0700
On Tue, Apr 8, 2008 at 10:08 PM, Ruslan Sivak <rsivak_at_istandfor.com> wrote:
You could add something like this to your script
svn status | grep ^! | awk '{print $2;}' | xargs svn delete
(You could combine the check into the awk command, but I was having
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.