Re: revert --force
From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Thu, 10 Dec 2009 08:43:33 -0800
On Thu, Dec 10, 2009 at 04:52:55PM +0100, Tobias Hahn wrote:
This is not a great practice. Can you instead generate the modifications
> - About once a week, I merge trunk. To do so, I need a clean working copy. To get it clean, I have to
Rather than blowing everything away and checking out again, I use
svn status | grep '^?' | awk '{print $2}' | xargs rm -rf
I don't disagree that revert --force might be handy, but there are
tyler
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.