hg clone on Windows
Benoit Boissinot
bboissin at gmail.com
Wed Oct 3 05:29:46 CDT 2007
On 10/3/07, Padraig O'Briain <Padraig.Obriain at sun.com> wrote:
> Benoit Boissinot wrote:
> > Why do you use file:// ? (and does file://d:Sun/ws/db-test work ?)
> >
>
> file://d:... does work but my understanding was that file:///d:... is
> the correct syntax. See section 3.10 of
> http://www.rfc-editor.org/rfc/rfc1738.txt
It seems you're right, although in my experience file:///foo/bar is
equivalent to /foo/bar and file://foo/bar is equivalent to foo/bar
(relative).
It looks like the correct form would be file:////foo/bar for absolute path.
regards,
Benoit
More information about the Mercurial
mailing list