Re: svn commit: r10375 - trunk/subversion/libsvn_ra_local

Mark Benedetto King <mbk-5CV/[email protected]> Wed, 21 Jul 2004 11:39:36 -0400
Newsgroups gmane.mail.eyebrowse.devel,gmane.comp.version-control.subversion.svn
Message-ID <20040721153936.GG8346__48773.5855080702$1090425464$gmane$org@lowlatency.com>
On Wed, Jul 21, 2004 at 05:49:36AM -0500, [email protected] wrote:
> Author: lundblad
> Date: Wed Jul 21 05:49:28 2004
> New Revision: 10375
> 
> Modified:
>    trunk/subversion/libsvn_ra_local/split_url.c
> Log:
> Fix bug introduced into ra_local in r10353 in the case where the file://
> URL includes a hostname.
> 
> * libsvn_ra_local/split_url.c (svn_ra_local__split_url): Change "localhost/"
> to "localhost" in comparison to URL hostname.
> 
> 

Is this just something we have for convenience, or is there
a real specification of this behaviour?  What about, for example,
localhost.localdomain?  Or 127.0.0.1?

--ben