Re: problem with r11262
From: Doug Currie <e_at_flavors.com>
Date: 2004-10-08 23:30:13 CEST
"Ben Collins-Sussman" wrote
I am trying to write a small test case without success.
test_svn_ls('file:////revctl/project/proj1/repo')
Is there something special I need to do to import _client?
e
Thursday, October 7, 2004, 4:38:51 PM, I wrote:
> Simon Large wrote:
> Issue 2011 describes a problem with working-copy paths.
> UNC paths also don't work in repository URIs.
> It would be nice if
> file://host/path/to/repos
> translated to UNC
> \\host\path\to\repos
> on Windows.
> There may be some objection to putting a host name in the file spec; an
> file:////host/path/to/repos
> but svn strips away one of the leading slashes.
> Is it svn_path_canonicalize that is stripping away one of the leading
> /* If this is an absolute path, then just copy over the initial
> becomes
> /* If this is an absolute path, then just copy over the initial
> /* for Windows only!? a second slash means this is a UNC path */
> e
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.