[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: is there any command act like `cvs update -C'

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-06 18:05:58 CEST

Ben Collins-Sussman wrote:
> On Apr 5, 2005, at 12:07 PM, Dick Davies wrote:
>>
>> for i in `svn status | awk '{print $2}'`
>> do
>> svn revert $i
>> done
>>
>
> What's wrong with plain old 'svn revert -R .' ? That's what everyone
> does.

It is cripplingly slow in 1.1 (but not in 1.0 or 1.2+).

As a result, I also used a similar script to the one above, until a little
while ago.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 6 21:52:34 2005

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.