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

Re: svn commit: r12027 - trunk

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-11-26 13:23:56 CET

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

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.