You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Bailly (JIRA)" <ji...@codehaus.org> on 2005/10/03 08:12:09 UTC

[jira] Updated: (MPCHANGELOG-70) The Subversion parser of the maven-changelog-plugin chokes on spaces in usernames.

     [ http://jira.codehaus.org/browse/MPCHANGELOG-70?page=all ]

Arnaud Bailly updated MPCHANGELOG-70:
-------------------------------------

    Attachment: author-whitespace.patch

Another patch with different (more general) RE  and fixes to test cases

> 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: author-whitespace.patch, 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org