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

Re: [PATCH] Re: [BUG] svn ls file:///

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-11-16 18:57:46 CET

> > Also, svn_path_canonicalize is buggy in that it strips the trailing slash
> > in this case.
> From RFC 1738 Section 3.1:
> ... common syntax for the scheme-specific data:
>
> //<user>:<password>@<host>:<port>/<url-path>
>
> [...] "/<url-path>" may be excluded.
>
> So "file://" and "file:///" are the same. Stripping a slash from
> "file://" (as svn_path_canonicalize does) is however an error.

Umm, yes, but just above that it says:
   "URL schemes that involve the direct use of an IP-based protocol"

I don't think file:// is in that category.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 16 18:58:11 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.