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

[TSVN] Re: Problem with svn log on tortoise svn

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2005-02-15 13:51:14 CET

JOLY Loic wrote:
> Hello everybody,
>
> I recently converted a SourceSafe database to subversion. When I try
> to
> look the log of a file from tortoiseSvn (any file, it does not seem to
> matter), I only get the most recent versions, whereas the command line
> snv log gives me the full history.
>
> For more details, I send in attachment the result of both logs on the
> same file.
>
> Is this a known bug ? Is there a workaround ?

Not a bug. In the TSVN settings dialog you can set the number of log
messages to fetch. By default this is 100. This is a bit of a misnomer
due to the way subversion (currently) works. What it actually does is to
set the number of revisions to fetch log messages for, not a number of
log messages, so fetching 100 will fetch the range (HEAD-99):HEAD. In
your case that will be 3394 - 3493, which contains only 1 useful log
message.

You can fetch _all_ log messages by clicking the 'Get All' button in the
log dialog. The reason this is not the default is obvious of you think
of a large repository (eg. subversion itself with >12000 revisions).
Fetch all could take a very long time over a dial-up connection.

In subversion 1.2 this behaviour will be improved, so you will be able
to fetch 100 log messages rather than the log messages from the previous
100 revisions.

Simon

-- 
       ___
  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 Feb 15 13:51:59 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.