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

Re: Feature request: Vizualization of 'fsvs' properties.

From: mmm4m5m <mmm4m5m_at_gmail.com>
Date: Sun, 7 Sep 2008 22:40:30 -0700 (PDT)

Hi,

Thank you very much, Simon for your answer.

(if my previous message was offensive - please, excuse me! I really
like and use TortoiseSVN.)

> The down-side to this in the repo browser, is that AFAIK properties
> have to be fetched for each item individually, so adding such
> properties could slow the browser down a *lot*. But hey, that's the
> user's lookout. They choose to display props and take the
> consequences. An improvement would be to have the props fetched in a
> separate thread and filled in as they become available, but that might
> be just too much work.

I am not sure it is a good point, but in case it is useful: in linux
console (command prompt) I to execute two commands in order to get all
property values:
'svn list': it return all files and directories in a folder, each one
on a separate line. Example: 'fileA fileB dirC fileD'
Then I execute second command:
'svn proplist -v fileA fileB dirC fileD': all files provided as
command line arguments.

How much time it would take...
Are these only two request to svn server or it is separate request for
each file/directory...
How much time svn server will take for 'proplist' command...
Is there limitations about 'max length of command' or 'max number of
command line arguments'...

These answers, I do not know. I just gave above example, in case it is
helpful.

Kind regards,
Plamen.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-09-08 07:41:36 CEST

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

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