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

Re: [TSVN] Show Log takes long time

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-05-16 19:12:40 CEST

Simon Large wrote:
>>
>>TortoiseSVN's Show Log is effectively doing a "svn log -v", which
>>includes all the path information of each revision. It sounds likely,
>>with a 20gb repository, that your initial import contains many many
>>files (and thus paths to list), so this would explain why Show Log is
>>slow even with only 6 revisions.
>
>
> That doesn't explain why only the TSVN client is slow and the CLI and
> other clients are fast.

It does if he's comparing TortoiseSVN's Show Log against e.g. 'svn log'
(without -v). Otherwise you're right.

So, Adriano, you could try:
svn log -v
   vs.
svn log

and see if how they compare with TortoiseSVN.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 16 19:16:01 2005

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.