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

Small "bug" in bugtracking documentation

From: Jan Linnenkohl <Jan.Linnenkohl_at_gmx.de>
Date: 2006-06-01 13:39:14 CEST

Hello,

I found a wrong regular expression in the bugtraq:logregex description.
It would be nice, if someone could put the patch on it.

Thanks Jan

Index: dug_bugtracker.xml
===================================================================
--- dug_bugtracker.xml (revision 6669)
+++ dug_bugtracker.xml (working copy)
@@ -199,7 +199,7 @@
                                         <para>
                                                 If you want to catch every pattern "issue #XXX" and "issue #890, #789"
                                                 inside a log message you could use the following regex strings:
- <literal>[Ii]ssue #?(\d+)(,? ?#'(\d+))+</literal> and the second expression as
+ <literal>[Ii]ssue #?(\d+)(,? ?#(\d+))*</literal> and the second expression as
                                                 <literal>(\d+)</literal>
                                         </para>
                                         <para>

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
      Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
    
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Jun 1 13:40:21 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.