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

Re: Feature request: Additional columns in Repo-Browser (again)

From: George Stein <george.stein_at_go4more.de>
Date: 2007-10-30 16:38:43 CET

Stefan Küng wrote:
> George Stein wrote:
> > Does the round trip corresponds to a svn pl -v command?
> >
> > I ran such a command in our LAN environment on a Subversion
> > repository with 100 entries: it took 2,5 secs for all entries.
>
> Are you sure? For *all* entries?
> Because 'svn pl -v url' only returns the properties of the url you
> specified.
> if you want to get the properties of all files/dirs in a directory,
> this would more be something like
>
> loop over all files
> svn pl -v %file%

OK, I was a bit inexact:
I ran 10 times a 'svn pl -v -R url' on a directory with 100 entries,
the average duration was a total of about 2,5 secs for all entries.

>
> > Then I ran the same command on the Tortoise repository URL you
> > provided above: about 400 secs.
>
> Did you select all files and then chose "show properties"? Or how did
> you do it?

No TortoiseSVN, also a command line call:
svn pl -v -R
http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseProc
For the 245 entries below that url I got the 400 secs.

In the svn-win32-1.5.0-r26502 I used the option --depth immediates to
avoid the recursivity and got the following results:
122 entries, 210 secs.

Is there a big difference in performance between svn command line and
TortoiseSVN? I've never noticed that before.

George

-- 
View this message in context: http://www.nabble.com/Feature-request%3A-Additional-columns-in-Repo-Browser-%28again%29-tf4670509.html#a13491202
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Oct 30 16:51:31 2007

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

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