[ http://jira.codehaus.org/browse/MCHANGELOG-3?page=comments#action_62096 ] 

Julian Wood commented on MCHANGELOG-3:
--------------------------------------

Umm, where did changelog go? It used to be at mojo:

https://svn.mojo.codehaus.org/mojo/trunk/mojo/changes-maven-plugin

I can see Brett deleted it the other day at revision 1710. In rev 1711 a 
changelog-maven-plugin folder was added to the 
/trunk/mojo/mojo-site/src/site/resources directory, but it is empty with the 
exception of .htacesss, and is likely just for docs anyway.

Has it also been migrated into (as well as changed to use) maven-scm? I don't 
see it here either:

http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/

or here

http://svn.apache.org/viewcvs.cgi/maven/scm/trunk

Whither has it gone? I guess I'm missing something.

Thanks,

J



> Links in File Activity Report can be wrong when using subversion, after a 
> copy command has been issued
> ------------------------------------------------------------------------------------------------------
>
>          Key: MCHANGELOG-3
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-3
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>  Environment: OSX 10.4.3, java 1.4.2_09
>     Reporter: Julian Wood
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0
>  Attachments: MOJO-216-changelog-maven-plugin-1a.patch, 
> MOJO-216-changelog-maven-plugin.patch, changelog.xml, svnlog2.txt
>
>
> When you do a subversion copy command, the list of files produced by svn log 
> often have additional information that is part of the filename:
> R /tags/prt-1.3/prt-admin/pom.xml (from /trunk/prt-admin/pom.xml:128)
> In SvnChangeLogParser.java, the file name is parsed as  
> /tags/prt-1.3/prt-admin/pom.xml (from /trunk/prt-admin/pom.xml:128) when of 
> course it should be /tags/prt-1.3/prt-admin/pom.xml. This is most 
> significantly manifested when a link is generated, such as in the File 
> Activity Report.
> http://...?repname=prt&sc=0&path=/tags/prt-1.3/pom.xml%20(from%20/trunk/pom.xml:128)
> I can see two approaches to the problem. The simplest is to add a regular 
> expression which deletes the extraneous data, but then you lose that 
> potentially valuable information. Maybe ChangeLogFile should keep track of a 
> file (path) and a name, rather than just a name, so that the link can be made 
> properly.

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

Reply via email to