Re: [PATCH]: Transform rules prototype
From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2005-11-06 20:15:56 CET
On 2005-11-05 22:35:10 -0500, Daniel Berlin wrote:
Since this is configurable, why not transforming *any* URL-like string?
If a user wants to transform only strings starting with "rule://",
> 1. Argument text cannot contain /, in this url syntax, since doing so
The end argument delimiter could be given in the rule, e.g.
release#*/=branches/gcc-$1-branch/
The * is a special character that matches anything up to the
> 2. The rule:// text is deleted as part of processing.
There would be a problem with your example and something like that:
svn ls rule://repo/dir/branches.c
> 4. Each rule is applied exactly once per url, to the first match it
I'd rather see this written like this (following my comments above):
^rule://repo=svn://gcc.gnu.org/svn/gcc 3
The special characters are the following ones:
-- Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Nov 6 20:17:14 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.