The Subversion parser of the maven-changelog-plugin chokes on spaces in 
usernames.
----------------------------------------------------------------------------------

         Key: MPCHANGELOG-70
         URL: http://jira.codehaus.org/browse/MPCHANGELOG-70
     Project: maven-changelog-plugin
        Type: Bug
    Versions: 1.8.2    
 Reporter: Henning Schmiedehausen
 Attachments: patch

We use client certificates for authentication to the web server which holds our 
SVN repository. This results in the changelog messages containing the CN field 
of the certificate; in my case e.g. it is "Henning Schmiedehausen".

Subversion now produces log files like this:

------------------------------------------------------------------------
r237 | Henning Schmiedehausen | 2005-08-10 13:02:39 +0200 (Wed, 10 Aug 2005) | 
3 lines

and the changelog report is empty. The reason for this is a bad regular 
expression in the SvnLogParser which does not expect user names to contain
blanks.

The attached patch fixes this by using a greedy RE. Changelog now works for me 
again. Please consider this patch to be part of the (not yet released?!?) 1.8.2 
or 1.8.3 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to