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

Show log fails on file repository with log caching enabled

From: Skippy Duck <skippyduck99_at_yahoo.com>
Date: Thu, 3 Jul 2008 09:13:31 -0700 (PDT)

>Skippy Duck wrote:
>> The repository path (reported by the repository browser) is:
>> file://Wd-fs/Software/svnrepos
>> If I recall correctly this used to be reported as:
>> file:///\Wd-fs/Software/svnrepos
>
>Would that be a UNC path to a Windows share? If so, your file:-URL to
>the repository needs to look like this:
>
> file://///Wd-fs/Software/svnrepos
>
>(file:// as the scheme, another / to omit the host name and two more
>slashes as replacement for the \\ in an UNC path, as using a \ in an URL
>is illegal...)

Thanks, but no dice.

I did an SVN Checkout into a new folder using the path:
 
   file://///Wd-fs/svnrepos/Usr/steved/MillWideSuiteWork/V16

The checkout worked ok, but when I try a Show log with log caching
enabled I get the same error:

  File not found: revision 2786, path '/s/Usr/steved/MillWideSuiteWork/V16'

 The file properties on the top level folder read:

file:///\Wd-fs/Software/svnrepos/Usr/steved/MillWideSuiteWork/

Apparently file://////Wd-fs was mapped to file:///\Wd-fs by either
TortoiseSVN or SVN.

I looked around in the .svn folder and found that the "entries" file
shows the working folder and the repository folder file names:

file:///\x5cWd-fs/Software/svnrepos/Usr/steved/MillWideSuiteWork/V16
file:///\x5cWd-fs/Software/svnrepos

I looked up x5c in an ASCII table, its a "\".

If I disable log caching, Show log works.

Unfortunately I can't access SVN repositories through our firewall,
otherwise I would try to track down the bug myself.

Regards,
Steve

>
>--
>Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
>.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
Received on 2008-07-03 18:38:03 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.