[Tickets #3833] NEW: class VC_Log_svn->processLog(), preg_match bug in WinXP
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Apr 25 20:46:21 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3833
-----------------------------------------------------------------------
Ticket | 3833
Created By | lpetrov at mbox.vidin.net
Summary | class VC_Log_svn->processLog(), preg_match bug in WinXP
Queue | Chora
Version | 2.0.1
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
lpetrov at mbox.vidin.net (2006-04-25 20:46) wrote:
if (preg_match('/^r([0-9]*) \| (.*?) \| (.*) \(.*\) \| ([0-9]*) lines?$/',
$line, $matches)) {
this preg_match doesnt work for me when using the Subversion (not cvs)
The workaround is:
if (preg_match('/^r([0-9]*) \| (.*?) \| (.*) (.*) \| ([0-9]*) lines?$/',
$line, $matches)) {
Running: subversion-1.3.1 on Windows XP Proffesional (with svnservice as
service)
More information about the bugs
mailing list