Actually, if we watch for lines with only one group of digits, and four or
more of them, and if we don't care between "Revision" and "Last Changed
Rev," then we can have both without being sensitive to the tag,
But we'd still balk on non-Roman digits, and thus still need the override
assignment.  For that matter, RTL languages would probably mess with the URL
matches for those, too.  :-/

Is it worth trying to catch those cases?


On Tue, Jul 7, 2009 at 9:58 PM, Freeland Abbott <[email protected]> wrote:

> Yes, and this sort of thing makes me nervous.  If we assume line separation
> and no-space URL presentation, we can get the URL root and branch bits by
> looking for URLs without watching for any tags, and assigning the one ending
> in "/svn" to root.  I don't see a way to do the revision, though.
> Which is the reason for the first part, wanting a way for users to assert a
> value manually.
>
>
>
> On Tue, Jul 7, 2009 at 8:08 PM, John Tamplin <[email protected]> wrote:
>
>> On Tue, Jul 7, 2009 at 6:14 PM, <[email protected]> wrote:
>>
>>>   2. Change the regexps to be word-neutral, so that they
>>>      don't care about the language of the tags, just the
>>>      shape of the values.  This trades a language
>>>      sensitivity for a positional one.
>>>
>>
>> Note that some locales may reorder where the variable content goes (I have
>> no idea if that is the case for svn), and that some people may be using
>> different svn implementations.
>>
>> --
>> John A. Tamplin
>> Software Engineer (GWT), Google
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to