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

Re: ra_svn tunneling URL syntax

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-04 19:06:48 CET

Greg Hudson wrote:

>I've identified four options which I think I could live with:
>
> (1) svn:ext://svn.collab.net/repos/svn/trunk
> (2) svn://svn.collab.net:ext/repos/svn/trunk
> (3) svn://svn.collab.net:0/repos/svn/trunk
> (4) svnext://svn.collab.net/repos/svn/trunk
>

Why don't we just do the obvious thing and define the "svn" scheme like
this:

    svn:/<agent>/<user>@<host>:<port>/<url-path>

If the <agent> field is empty, this becomes a "URL scheme that involves
the direct use of an IP-based protocol", which is exactly what we want.
Otherwise, <agent> defines the tunnelling/proxying/etc. method, the
details of which could be defined in the ~/.subversion/servers file, or
in an environment variable, or wherever.

I can't find anything in RFC 1738 about hierarchic schemes having to
start with two slashes.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 19:07:39 2002

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.