Julian Foad wrote:
> Branko Čibej wrote:
>
>> Read svn-breakage, it's all there. I'll say again that IMNSHO
>> everyons who commits code changes should subscribe to svn-breakage
>> and check at least the FAILed test runs.
>
>
> I've checked the archive for this particular problem.
>
> Could you please try and tell me the result of this command on that
> system:
>
> expr "0.9.5" : "0\.9\.[5-9]\|0\.9\.[1-9][0-9]"
>
> It should print the number "5", being the number of characters that
> match the regexp.
brane@mithril:~$ uname -rs
FreeBSD 5.0-RELEASE
brane@mithril:~$ expr '0.9.5' : '0\.9\.[5-9]\|0\.9\.[1-9][0-9]'
0
brane@mithril:~$ expr '0.9.5' : '0\.9\.[5-9]'
5
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 26 13:25:59 2004