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

Re: [TSVN] Show next 100 Log messages from Revision Graph

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-21 15:52:05 CET

Peter McNab wrote:
> Hi
>
> I have encountered an error message while trying to view Next 100
> TSVN 5465 on XP
> Remote repo via http
> svn 1.2.3
> Repo is accessed via [http://192.168.1.20/svn/svnDUnitModRepos/]
>
> With Trunk selected.
> Choose Revision Graph
> Right Click on tip of a branch (from which the latest commits have taken
> place)
> Show Log.
> Get a 1 line log message corresponding to the branch creation.
> Stop on Copy is already ticked.
> Click on Next 100,
>
> Receive the error message as shown in the attached .png.
>
> Only choice is to click "OK" which is a bit much to ask when an error
> message is never "OK".
> but thats a distraction.
>
> Click Show All and log messages stream as expected.
>
> Why the difference?

You'll get the error because svn_client_log() doesn't take a peg
revision (yet). "Next 100" fetches the log messages from the 'last
revision shown - 1' to 'last revision shown - 101'. But since 'last
revision shown - 1' is already before the copy, it fails.

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 Sat Jan 21 15:52:16 2006

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.