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

Re: Finishing relative svn:externals

From: Christopher Key <cjk32_at_cam.ac.uk>
Date: 2007-08-18 13:42:54 CEST

> I'm picking up feature to support relative URLs in svn:externals:
>
<cut>
>
> Proposal
> ========
>
> 1) Be as RFC 3986 compliant as we can.
>
> 2) The relative URLs are:
>
> relative to current directory
> ../../branches/1.4.x
> relative to repository root
> ^branches/1.4.x
> relative to server root
> /svn/repos/branches/1.4.x
> relative to scheme
> //svn.collab.net/svn/repos/branches/1.4.x
>
Apologies if it's rather too late to bring this up, I wasn't subscribed
the the dev mailing list and have only just noticed this thread.

I was just wondering whether it might make more sense to instead
construct repository root relatives paths as,

^/branches/1.4.x

It certainly seems to more intuitive to me. '^' is a directory, just as
are '..', '.' and '~', and paths relative to them are constructed as
'../path', './path', '~/path', so why not treat '^' the same?

Regards,

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 18 13:40:38 2007

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.