Re: problem with r11262
From: Doug Currie <e_at_flavors.com>
Date: 2004-10-07 22:38:51 CEST
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.