Stefan Küng напиÑĞ°:
> Ivan Cenov wrote:
>> TSVN 1.4.1 / svn 1.2.3 on Apache 2.0.x server
>>
>> Hello,
>> I have following configuration for bugtraq:
>> bugtraq:logregex:
>> FS#\d+[ ,;.:]
>> (\d)
>
> here's the bug.
> The second line in your logregex only matches *one* digit at the time!
>
> Now, with that it may *look* as if the link in the log message is
> correct, but in fact there are three separate links (1, 4 and 4).
>
> The status column now finds three separate issues, (one, and two times
> four). And it removes the second (duplicate) four, and only shows "1 4".
>
> You must change your logregex to:
> FS#\d+[ ,;.:]
> (\d+)
>
> then it will work correctly.
>
> Stefan
>
Thanks for the answer,
I noted that this error is happened in one working copy only.
Others were OK (because there were no omitted '+' there). I did
not see the error....
Regards,
Ivan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Nov 16 14:59:09 2006