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

Subversion javahl issue opened to support the equivalent of 'svn info'

From: Panayiotis Korros <pkorros_at_bigfoot.com>
Date: 2004-07-14 18:28:28 CEST

I opened the following issue in subversion ussue tracker:

[JAVAHL] Doesn't support the equivalent of 'svn info'
http://subversion.tigris.org/issues/show_bug.cgi?id=1958

It will help us implement efficiently the SVNTeamProvider.setProject method.
This method currenlty calls the singleStatus method to find out if the
project has a remote resource. The singleStatus method takes about 1.5 sec
minimum in my machine.

SVNTeamProvider.setProject by several is called when eclipse is initilizing
JDT and causes a huge delay.
For my workspace with 10 projects shared with subversion it takes over
30sec.

ps. I saw the singleStatus javahl native c implementation and internally it
is the same as status. It calls status and then it finds witch of te
statuses return is for the dir the returns only this discarding all others.
That why singleStatus takes exactly the same time as status (with decent
false).
Received on Thu Jul 15 02:28:28 2004

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

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