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

Re: Re: Log function much slower than svn for very old revision

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 9 Dec 2014 10:31:03 -0600

On Tue, Dec 9, 2014 at 9:14 AM, Patrick Traill <patrick.traill_at_capgemini.com>
wrote:
>
> > The equivalent command line command also has the -v switch which gets
> > the list of changed paths as well. Try that in the command line
> > client.
>
> (prompt)>echo %time%
> 16:05:02.91
>
> (prompt)>svn -r 1316 -l 1 -v log (url)
> ------------------------------------------------------------------------
> r1316 | (user) | 2006-04-24 10:29:34 +0200 (Mon, 24 Apr 2006) | 1 line
>
> test
> ------------------------------------------------------------------------
>
> (prompt)>echo %time%
> 16:05:06.10
>
>

I think the command-line equivalent to what TSVN is doing is not really
synonymous with asking for a single revision. If I'm not mistaken, it's
more like:

   svn -r 1316:HEAD -v log (url) | grep r1316

Although, it does keep some of that information cached by default, as you
continue using the log feature.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3092470

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-12-09 17:31:31 CET

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.