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

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

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-10-26 20:53:13 CEST

Francis Irving wrote:

> OK, I see. It's much more common to log a whole folder in Subversion,
> because you can actually do so quickly. That's cool!
>
> Even so, when I log one file, getting a truncated log by default seems
> very odd to me. How far back does it truncate it?

The default number of log messages fetched initially is defined in the
settings dialog on the first tab. The default is 100.
The problem TSVN faces here is that Subversion doesn't provide a method
to fetch 100 log messages, but only a revision range. If for example a
file wasn't changed in the last 100 revisions, then TSVN has to fetch
another 100 revision which requires another round trip to the server.
But if at least one log message was found, it doesn't do another round
trip but let's the user decide to fetch more messages with the get all
button.

There's been a discussion on the subversion mailing list about having a
function which actually fetches a number of log messages, not just a
revision range. But so far, this function is still missing.

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:00:09 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.