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

Re: svn commit: r11509 - branches/1.1.x

From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2004-10-20 19:14:42 CEST

Ben Reser wrote:
> What? You want a URL that points to a remote machine to accept a
> hostname of localhost? Your desired behavior of such a URL is bogus.
>
> Windows itself won't even accept that URL. It'll take the following
> URLS though:
> file:////machine/path
> file://machine/path
>
> Personally I believe the only one we should support is the later.
> Anytime the hostname is blank or localhost we should interpret it as a
> local name and that means that duplicate path separators are no-ops.
>
> So I'd veto any implementation that supports
> file://localhost//machine/repos
> or
> file:////machine/repos
>
> So open a new issue requesting this feature. We don't have a way to
> refer to UNC paths via a URL and we never have. Obviously this is
> desireable but is a new feature and belongs in 1.2.

As far as I can tell,

        file:////xyz

and

        file://localhost//xyz

should be equivalent (see RFC1738, section 3.10).

Julian

-- 
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 20 19:15:26 2004

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.