[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-12-04 20:49:40 CET

On Wed, 2002-12-04 at 14:44, Jim Blandy wrote:
> It seems wrong that different users would need to use different URL's
> to refer to the same repository. Whether a tunnel is needed is a fact
> about the user's local network configuration, not a fact about where
> the repository is.

ra_svn tunneled over ssh is a fundamentally different protocol than
ra_svn over TCP. The URL identifies the protocol as well as the
hostname and path. HTTP proxies are mostly transparent (you use the
same protocol with a different endpoint), but this is not.

The semantics you're looking for sound much more like URNs than URLs.
(Not that URN support has ever materialized, but that's no excuse for
hijacking URLs into acting like URNs.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 20:50:24 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.