[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-10-29 17:41:08 CET

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%

> 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?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Oct 29 17:41:32 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.