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

Re: [Subclipse-users] Small bug in repository history view?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-06 19:27:12 CEST

Zach Bailey <zach.bailey@hannonhill.com> wrote on 10/06/2006 01:22:17 PM:

> http://subclipse.tigris.org/issues/show_bug.cgi?id=564
>
> Another unrelated thing, but I noticed that when doing a "revert" on a
> large number of files that it is really slow - I have not tried it
> solely on the command line so I don't know if the problem is with
> subversion rather than subclipse - but it seems to take about 1 second
> per file revert (whereas an add/update takes MUCH less). Is this also a
> known issue or could an explanation be provided?

There is/was an open issue. I might closed it recently, but I think it is
still open. I do not think it can be made much faster on our end. We
have to do the reverts one at a time and I think all the stuff that has to
happen just takes about a second to run. Subversion/JavaHL could probably
be enhanced to give us an API that lets us give it an array of items. In
the case of update they did that and the speed increase was only marginal.
 It might be a little better hear since it is all local.

One of the things when we do a revert is that we have to be careful not to
revert more than you asked for, such as reverting a folder recursively
when you only wanted to revert a propchange on the folder itself.
Obviously if we could just tell Subversion to recursively revert your
entire WC it would be faster, but we cannot do that.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Oct 6 19:27:40 2006

This is an archived mail posted to the Subclipse Users mailing list.

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