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

Re: [TSVN] Re: Top level menus, Log message dialog

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-10-26 20:58:36 CEST

Norbert Unterberg wrote:
> Am Tue, 26 Oct 2004 17:40:15 +0200 schrieb SteveKing <steveking@gmx.ch>:
>
>> You see, if you get the logs for example for the subversion
>> repository (try an 'svn log -v' > testfile) you download around 7Megs
>> of text data!
>
>
> I have noticed some time ago there was a discussion on the svn dev list
> about getting log entries only for some revisions, not all. Is such a
> feature implemented in subversion? If yes, then you request log
> messages incrementally as the user requests them (button "get next" or
> by scrolling down). But I guess such a feature is not present in the
> library because the svn command line does not seem to provide it...

The svn_client_log() function takes a revision range to fetch log
messages. The discussion was about making an svn_client_log2() function
which takes a revision and a number of log messages as parameter so that
you can actually do
svn log -rHEAD:n100
and you'll get exactly 100 log messages, no matter how many revisions
you've got to go back to get 100 log messages.

But such a function is still missing and won't happen before version 2.0
(most likely) because it requires a change in the server protocol.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 26 22:10:01 2004

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.