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

[TSVN] tsvn chrashes on commit with bugraq:logregex enabled

From: <thomas_steinkamp_at_freenet.de>
Date: 2005-08-26 13:08:57 CEST

Hi,

TSVN chrashes with the regex below set in the logregex property.
The regex is supposed to recognize the number part in strings of the following forms:
Mantis:1234
or
#1234

When entering the Mantis:1234 in the commit message box, tsvn chrashes wenn one starts to type the number. When using the #1234 form, everything is fine.
(When i reverse the regex to #([0-9]+)|([0-9]+), the chrash happens on #1234)

Maybe the regex is not the best of all, but the resulting exception or whatever should be chaught.

regards, Thomas

#
# The properties
#
#
B:temp>svn pl test -v
Properties on 'test':
  bugtraq:url : http://ideface:81/mantis/view.php?id=%BUGID%
  bugtraq:message : fixed Mantis:%BUGID%
  bugtraq:logregex : Mantis:([0-9]+)|#([0-9]+)

#
#
# The tsvn installation
#
#

TortoiseSVN 1.2.1, Build 3895
Subversion 1.2.1,
apr 0.9.6
apr-iconv 0.9.5
apr-utils 0.9.6
berkeley db 4.3.27
neon 0.24.7
OpenSSL 0.9.8 05 Jul 2005
zlib 1.2.2 CAN-2005-2096 fix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Fri Aug 26 13:52:12 2005

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

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