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

Re: [TSVN] Re: Re: Bug: Comparing two revisions of a file with one being from before-lock-times leads to an error message "Failed to fetch lock information"

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-09-14 19:21:31 CEST

Jochen Wendebaum wrote:
> here we go:
>
> I have here a repository with HEAD revision 800. The repository war
> created with SVN 1.1 (before lock), and (lets say at revision 80)
> upgraded (dump/reload) to SVN 1.2.1.
>
> I do the following to get the error:
>
> - show log for a file
> - mark two revisions, one before rev. 80, one after (see screenshot 1)
> - right click, select "Compare Revisions" (see screenshot 1)
> - get error (see screenshot 2)

Thanks for that.

Now, I think I know where it fails, but I'm not sure (I don't have such
a repository at hand to test it).

Can you please try the following command with the CL client:

svn info http://yourserver/repo/file@HEAD -rXXXX
where the URL is the URL (not working copy path) of the file you show
the log for, and XXXX the revision before the server update.

If that works, try the following diff command:

svn diff http://yourserver/repo/file@HEAD -rnewrevision:oldrevision

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 Wed Sep 14 19:22:03 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.