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

Re: Official revision syntax for Subversion URLs

From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-08-05 01:25:36 CEST

On Tue, 2003-08-05 at 08:38, kfogel@collab.net wrote:
> Heh, that's a cute solution.
>
> No matter what we choose, we're going to have to come up with a
> quoting or escaping mechanism of some sort. I haven't been able to
> think of a character that combines intuitive-rememberableness with
> unlikely-to-appear-at-end-of-path as well as "@" (Philip, remember
> that the @-sign has to appear at the end of your filename and be
> followed only by numbers, for it to be ambiguous. How many files like
> that do you have?)

  Maybe not. The "/" character is already reserved, perhaps *it*
  could be used. The syntax isn't quite as obvious as using
  an @, but it avoids escapy-ness issues:

    http://my.server.com/repos/some/path/to/file/r1234

  (with or without the "r").

  The logic is a bit unwieldy when you try and work out whether "r1234"
  is talking about a resource or a revision, but I don't think it has
  any ambiguous cases.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 01:26:32 2003

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.