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

Re: [TSVN] tortoisesvn "File not found: revision '1247', path '/projects'" bug

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-10-19 08:15:53 CEST

On Mon, 18 Oct 2004 21:14:22 +0000, george moudry
<gmoudry_2004@hotmail.com> wrote:
> Dear Tortoise,
> we are a group that has TortoiseSVN installed on some 15 WinXP machines,
> and we run into this problem perhaps twice a day.
> Sometimes we have to blow away a local working copy as a workaround.
> I searched the Tortoise mailing list and found a discussion from May 2004,
> which seemed inconclusive - one person even suggested
> that it might be a bug in svn.exe, not Tortoise.

And that's true: the bug is in the Subversion API, not in TSVN. The
problem is though that it usually only shows in TSVN.

> Today, I compiled svn.exe to use underscores (_svn instead of .svn)
> and can now confirm that the command-line svn (ver 1.1.0) behaves correctly,
> while TortoiseSVN ver 1.1.0 still show the error.
> The command I executed was
> "svn.exe log" (in my /projects folder),

The reason your svn.exe works correctly is that you were using
relative paths. If you had executed
'svn.exe log c:\full\path\to\project\folder'
instead of
'svn.exe log'
you would have seen the same error.

> Before I go any further and compile Tortoise
> (I have no idea how to debug into an explorer shell extension),
> I want to ask this list, if the problem has been solved in the meantime.

The problem is solved. But you must update your server, not the client
for this bug to go away.

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 19 09:21:28 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.