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

Re: "svn revert" performance

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-31 15:46:00 CET

kfogel@collab.net writes:

> Gareth McCaughan <gareth.mccaughan@pobox.com> writes:
>> 3 isn't it (just as) safe to do a single sleep when the whole
>> "svn revert" command has finished running?
>
> That should be happening. If it's not, an issue would be appropriate,
> yeah...

The current behaviour is a consequence of the way the command line
client loops over the targets calling svn_client_revert() on each one.
Now I suppose we could modify svn_client_revert() to accept a list of
targets, then the problem arises that the targets might come from
separate working copies. It would be necessary either to group them
by working copy, or generate an error if they come from multiple
working copies.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 31 15:47:26 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.