[ http://jira.codehaus.org/browse/MPCHANGELOG-74?page=comments#action_46985 
] 

Niall Pemberton commented on MPCHANGELOG-74:
--------------------------------------------

A workaround for this issue is to set the repository url to the root ASF one - 
that causes changelog to generate "good links":

<repository>
    <connection>....</connection>
    <developerConnection>.... </developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi</url> 
  </repository> 

The only problem then is the link on the generated "Source Repository" page 
just points to the whole of ASF, rather than your particular project. You can 
get round this by including a custom "cvs-usage.xml" document in the "xdocs" 
directory.

Just out of interest the "change log" report for the maven-changelog-plugin is 
also currently suffering from this issue:

   http://maven.apache.org/reference/plugins/changelog/changelog-report.html

> changelog plugin creates wrong links for Subversion repositories
> ----------------------------------------------------------------
>
>          Key: MPCHANGELOG-74
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-74
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.8.2
>     Reporter: Henning Schmiedehausen
>  Attachments: changelog-report.html
>
>
>  The maven file-activity plugin creates wrong links at 
> docs/file-activity-report.html.
> project.xml
>   <repository>
>     
> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH</connection>
>     
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH</developerConnection>
>     
> <url>http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/</url>
>   </repository>
> results in the attached changelog-report.html file where the links into the 
> SCM look like this: 
> http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH//jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml

-- 
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