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

Re: [TSVN] Unable to compare revisions in log window

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-09 10:18:20 CEST

Jesper Hammarbäck wrote:
> In reply to previous subject: "Showing Diff on a File with path changed."
>
> TortoiseSVN version: 1.2.4, Build 4479 - 32 Bit
> Platform: Windows 2000 SP3
> Apache: Server version: Apache/2.0.54, Server built: Apr 16 2005 14:25:31
> Subversion version: svn, version 1.2.0 (r14790), compiled May 22 2005, 22:40:26
> Repository type: FSFS (via webdav)
> Error message: Failed to fetch lock information: 404 Not found (http://server)
>
> 1) Create a repository (fsfs)
> 2) Create a local working copy directory (checkout)
> 3) Add a testfile to the working copy directory
> 4) Commit the file
> 5) Make a change to the testfile
> 6) Commit the changed file
> 7) Open the Repo-browser
> 8) Create a new folder (Created folder remotely)
> 9) Drag testfile into the folder (Moved remotely)
> 10) Close Repo-browser
> 11) Update the local working copy
> 12) Right-click the testfile and choose Show Log
> 13) Try to compare the two first revisions (should be 1 and 2)
> 14) The error message appears
[snip]
> Hope this helps finding out if it's a TortoiseSVN or a Subversion issue.

Thanks a lot. I've just reported it on the Subversion mailing list.
Because an
svn info https://server/repos/newfolder/testfile -r1
fails too. By stepping through the Subversion code I found that it tries
to fetch the locks for that non-HEAD revision, even though locks are
*only* valid in HEAD revisions.

So now all we can do is wait and hope that this will get fixed.

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 Sun Oct 9 10:18:45 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.