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

Re: file:// -> svn://

From: Peter Davis <peter_at_pdavis.cx>
Date: 2002-07-30 20:57:02 CEST

Ooh, even better :) How about supporting:

   svn:file:///path << 'file' instead of 'local'
   svn:http://host/whatever
   svn:pipe://whatever
   svn:ssh://host/whatever

and then simply deprecate support for URLs without the 'svn:' prefix.
Eventually, giving time for everyone to adapt, you can just remove support
completely (except for 'http' URLs, which should still work).

After all, internet browsers do not require 'http:' when typing 'www.foo.com',
so SVN doesn't need to require the 'svn:' for the time being. But I am
leaning more towards +1 for at least a move away from 'file://', the more I
think about it.

On Tuesday 30 July 2002 11:44, Peter Davis wrote:
> Uther pointed out 'svnpipe:///'. Well how 'bout something like:
>
> svn:local:///path
>
> (or even 'svn:local:/path', since it's svn's very own scheme and shouldn't
> have to require three '///'s)
>
> svn:pipe://host/blah
>
> and, while 'http://host/svn/blah' should definitely still work since I
> don't have a problem with that, note that SVN *does* use its own extensions
> to DAV, and DAV extensions on http anyway, so supporting
>
> svn:http://host/blah
>
> (s|c)ould work as well.

-- 
Peter Davis
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 30 20:57:51 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.