Summary | class VC_Log_svn->processLog(), preg_match bug in WinXP |
Queue | Chora |
Queue Version | 2.0.1 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | lpetrov (at) mbox (dot) vidin (dot) net |
Created | 04/26/2006 (7028 days ago) |
Due | |
Updated | 06/29/2006 (6964 days ago) |
Assigned | 04/27/2006 (7027 days ago) |
Resolved | 06/29/2006 (6964 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ class VC_Log_svn->processLog(), preg_match bug in WinXP
Queue ⇒ Chora
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)