Your pattern support string that's not use by svn changelog.

I think this pattern is more correct :

"^r(ev\\s(\\d+)\\:|(\\d+)\\s\\|)\\s+" + //revision number

Emmanuel

----- Original Message ----- 
From: "J�rg Schaible" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, November 20, 2003 5:00 PM
Subject: RE: Subversion changelog


Mikael Lundgren wrote on Thursday, November 20, 2003 4:26 PM:
> It almost does the trick...
>
> However a log line may look like this (only the relevant portion is
> shown):
>
> r15 |  kaz | 2002-08-26 14:33:26 -0400
>
> OR like this:
>
> rev 15:  kaz | 2002-08-26 14:33:26 -0400
>
> Note the spaces around the version number.

It's not only the space, it is also the colon ...

          "^r(ev)?\\s*(\\d+)\\s*(\\:|\\|)\\s+" +             // revision
number

Next try ;-)

Regards,
J�rg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to