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

Re: Show log fails on file repository with log caching enabled

From: Kurt Pruenner <leak_at_gmx.at>
Date: Thu, 03 Jul 2008 09:49:17 +0200

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...)

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-03 09:49:29 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.