You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Julian Wood (JIRA)" <ji...@codehaus.org> on 2006/03/28 06:39:44 UTC

[jira] Created: (MCHANGELOG-16) when using svn, links are wrong

when using svn, links are wrong
-------------------------------

         Key: MCHANGELOG-16
         URL: http://jira.codehaus.org/browse/MCHANGELOG-16
     Project: Maven 2.x Changelog Plugin
        Type: Bug

    Versions: 2.0    
 Environment: osx 10.4.5, java 1.4.2_09
    Reporter: Julian Wood


Here's my setup:

  <scm>
    <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
    <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
    <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
  </scm>
  ...
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>2.0-beta-2-SNAPSHOT</version>
        <reportSets>
          <reportSet>
            <id>changes</id>
            <configuration>
              <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
              <type>range</type>
              <range>90</range>
            </configuration>
            <reports>
              <report>changelog</report>
              <report>file-activity</report>
              <report>dev-activity</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>

With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:

http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=

but it should be like this:

link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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


[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Julian Wood updated MCHANGELOG-16:
----------------------------------

    Attachment: test.zip

> when using svn, links are wrong
> -------------------------------
>
>          Key: MCHANGELOG-16
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.5, java 1.4.2_09
>     Reporter: Julian Wood
>  Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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


[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Brett Porter updated MCHANGELOG-16:
-----------------------------------

    Fix Version: 2.0

> when using svn, links are wrong
> -------------------------------
>
>          Key: MCHANGELOG-16
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.5, java 1.4.2_09
>     Reporter: Julian Wood
>      Fix For: 2.0
>  Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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


[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg updated MCHANGELOG-16:
--------------------------------------

    Priority: Minor  (was: Major)

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_78801 ] 
            
Julian Wood commented on MCHANGELOG-16:
---------------------------------------

Sorry I have been unavailable again for a while. I'll try and make some time to try out the patch this week. Thanks.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_78772 ] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

The patch I created for this has been applied and a new SNAPSHOT version of the plugin has been published. Please try it and see if it solves your problem.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77666 ] 
            
Julian Wood commented on MCHANGELOG-16:
---------------------------------------

I've linked to the original report. As I remember, we patched, then Maven changed somewhat substantially, which broke this patch, and so we patched again. That's what this report is (was) about. I think you're looking for the original report.

As for distinct signatures, I don't really think there is one, but I also don't think that's necessary. The developer should simply be able to choose what URL they would like to use in order to present files out of their chosen scm. There's no reason why it should break any system at all.

I think the original patch was designed to simply see if the displayFileDetailURL had been set, and only do something if it had. If it wasn't doing that, then there is a bug in the patch, which should be trivial to fix. That is a possible way forward.

BTW your suggestion about the parallel with changes is exactly right.

Thanks,

J

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_80824 ] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

Julian, do you think you could try out the latest SNAPSHOT?

I'd like to release maven-changelog-plugin, and this is the last remaining issue scheduled for 2.0.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_80825 ] 
            
Julian Wood commented on MCHANGELOG-16:
---------------------------------------

Works well for me. Thanks.

J

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg updated MCHANGELOG-16:
--------------------------------------

    Issue Type: Improvement  (was: Bug)

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Closed: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]
     
Edwin Punzalan closed MCHANGELOG-16:
------------------------------------

     Assign To: Edwin Punzalan
    Resolution: Fixed

Patch applied. Thanks.

> when using svn, links are wrong
> -------------------------------
>
>          Key: MCHANGELOG-16
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.5, java 1.4.2_09
>     Reporter: Julian Wood
>     Assignee: Edwin Punzalan
>      Fix For: 2.0
>  Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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


[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77670 ] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

I have tried different solutions to this and think that I have something that might work. I just need to verify it on a real project. The repo that you mentioned in your original report is no longer available, but I found another one at your site that I'd like to use to test this, if that's OK with you: http://apollo.ucalgary.ca:8800/lc-webapp-archetype/

Unfortunately it requires login and password to view the files. Do you have the possibility to give me access to view the files? You can send me the details to my apache address if you like. Or, perhaps you have another repo that can be used for testing, that doesn't require login.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77668 ] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

Thanks Julian

This was really helpful. Now I can see the intentions of the original patch. Unfortunately it was not implemented like you wanted it to [1] and that's the reason why it broke other systems. I will try to change the current behavior to the one you intended.

[1] http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java?r1=393154&r2=393180

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77647 ] 
            
Julian Wood commented on MCHANGELOG-16:
---------------------------------------

Dennis, I think you are missing a lot of information. I haven't had time to look in detail, but let me fill you in from what I know, and what I suspect.

1. The decision to close - websvncommons? That is just our URL. Not the name of the presentation system, which is websvn (http://websvn.tigris.org/) Try looking that up in google :-) As far as I know, not just svn, but every web presentation system has a different url for to show the listing of a directory vs the detailed changes or the printout of a file, which was the point of this change. I don't know how you can justify forcing a single URL on developers to cover all potential cases.

2. I suspect that your conclusion that it breaks other systems is wrong. We basically add one 'if' clause to a number of others, to account for this case in particular. The other cases were untouched. That in itself should give you confidence in the patch. We tested it with other systems and it was fine with everyone for over 6 months. So I think there was some other coincidental problem that you encountered. And if there was a problem, how could it be anything more than a trivial fix? Why was the problem never described, at all? I'm sure your new problem would be easy to fix.

So, I'm going to reopen the issue, because I think it's incredibly valuable to be able to click on the link in the changelog, and actually see the file you clicked on (which does not work without such a patch).

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Commented: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=comments#action_77650 ] 
            
Dennis Lundberg commented on MCHANGELOG-16:
-------------------------------------------

Hi Julian

Glad your're still with us.

1. Well then, now we have something more to go on. I agree that such a presentation system is worth supporting. That was not apparent in the original report though.

Ideally I would like to do something similar to the changes plugin where you can configure a pattern for displayFileDetailUrl with special markers for "file" and "revision" so that you could use:
<displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=%REVISION%&amp;sc=0&amp;path=%FILE%</displayFileDetailUrl>

But that I think that requires a lot of plumbing to be replaced. So I would like to wait with such a feature until the next version (2.1) of the plugin.

2. The "if cluse" that is added by the patch hijacks all SVN SCM connections resulting in, at least the ones using viewvc not working properly. For the time being the "if clause" solution is the way to go, until something similar to 1. is implemented, but it has to be transparent to other systems. Is there a distinct signature in URLs for websvn that we can use to check against?

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg updated MCHANGELOG-16:
--------------------------------------

    Fix Version/s:     (was: 2.0)

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Closed: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg closed MCHANGELOG-16.
-------------------------------------

    Resolution: Fixed

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Julian Wood updated MCHANGELOG-16:
----------------------------------

    Attachment: MCHANGELOG-16.patch

> when using svn, links are wrong
> -------------------------------
>
>          Key: MCHANGELOG-16
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.5, java 1.4.2_09
>     Reporter: Julian Wood
>  Attachments: MCHANGELOG-16.patch
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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


[jira] Reopened: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg reopened MCHANGELOG-16:
---------------------------------------

      Assignee:     (was: Edwin Punzalan)
             
I have reverted the patch for this issue because it breaks the link creation for other svn web presentation systems, most notably viewcvs and viewvc.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>             Fix For: 2.0
>
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Reopened: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Julian Wood (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Julian Wood reopened MCHANGELOG-16:
-----------------------------------

             
The issue is still at large. You should be able to click on a link in your changelog and have it show the file in your web presentation system. Currently, this does not work.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Updated: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg updated MCHANGELOG-16:
--------------------------------------

    Affects Version/s:     (was: 2.0)
        Fix Version/s: 2.0

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>         Assigned To: Dennis Lundberg
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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

        

[jira] Closed: (MCHANGELOG-16) when using svn, links are wrong

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-16?page=all ]

Dennis Lundberg closed MCHANGELOG-16.
-------------------------------------

    Resolution: Won't Fix

Closing as "Won't Fix" beacuse the web presentation system for SCM used in this example seems to be extremely rare. Google turned up 123 hits for "websvncommons" most of which comes from our JIRA or mailing lists.

> when using svn, links are wrong
> -------------------------------
>
>                 Key: MCHANGELOG-16
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-16
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>         Environment: osx 10.4.5, java 1.4.2_09
>            Reporter: Julian Wood
>            Priority: Minor
>         Attachments: MCHANGELOG-16.patch, test.zip
>
>
> Here's my setup:
>   <scm>
>     <connection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</connection>
>     <developerConnection>scm:svn:http://apollo.ucalgary.ca:8800/pmgt/trunk</developerConnection>
>     <url>http://apollo.ucalgary.ca/websvncommons/listing.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=/trunk</url>
>   </scm>
>   ...
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>
> With that displayFileDetailUrl, I get links like this in the resultant changelog in my site:
> http://apollo.ucalgary.ca/websvncommons/filedetails.php/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp?repname=pmgt&sc=0&path=
> but it should be like this:
> link = http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&sc=0&rev=0&path=/trunk/pmgt-webapp/src/main/webapp/links/create_groups.jsp

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