disegnovitruviano / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

convert_logs.py - fails to convery SVN logs that contain square braces in the comments #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried using convert_logs.py to convert some SVN logs to XML. But all I got 
was an XML file with no events. Every comment in the SVN logs includes a bug 
number in the form [Bug nnnnn]. I stripped these from the file and hey presto, 
all was well. Here is a snippet example from the SVN log:

------------------------------------------------------------------------
r10108 | webamoeba | 2010-08-06 16:01:50 +0100 (Fri, 06 Aug 2010) | 1 line
Changed paths:
   A /uploader
   A /Uploader.java

[Bug 10342] Added uploader
------------------------------------------------------------------------

Original issue reported on code.google.com by webamo...@googlemail.com on 6 Aug 2010 at 6:58