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

Re: Revision Arithmetic

From: <kfogel_at_collab.net>
Date: 2005-08-29 17:59:39 CEST

Christopher Ness <chris@nesser.org> writes:
> I forgot about keywords in revisions like HEAD and PREV.
> Those need to go into the regex as well. So replace [0-9] with
> printable chars so changes will not have to be made if new revision
> keywords are added in the future.
>
> What about peg revisions? I think those are of the form:
> svn://some/url/file_at_100
>
> Do these also get parsed by the same code as normal revisions to the -r
> flag for validity?

I think so, yes -- check the code to make sure. I'm not sure it's
worth making them support this new syntax in this first change. Maybe
we should get -r done, and then see about peg revs?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 29 19:01:48 2005

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.