You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/24 18:29:10 UTC

[jira] Updated: (MAVEN-677) changelog-plugin does not work with svn

The following issue has been updated:

    Updater: Philipp Meier (mailto:meier@meisterbohne.de)
       Date: Wed, 24 Sep 2003 11:29 AM
    Comment:
Patch attached.
    Changes:
             Attachment changed to maven-changelog-diff-svn-new-date-argument-format.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-677&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-677


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-677
    Summary: changelog-plugin does not work with svn
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-changes
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Philipp Meier

    Created: Tue, 12 Aug 2003 1:20 PM
    Updated: Wed, 24 Sep 2003 11:29 AM
Environment: Debian GNU/Linux with subversion 0.26.0 (r6550)
Maven CVS from 20030811

Description:
The changelog-plugin calls svn as

svn "log" "-v" "-D start:end"

("" to symbolize array delimiters)

This would not work with svn 0.26.0 which expects the following format:

svn "log" "-v" "-D" "{start}:{end}"

Setting the range of the changelog report to the empty string will make changelog call svn correctly but after the svn sub process exists maven hangs. (Will attach strace log).







---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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