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/12/19 00:26:49 UTC

[jira] Closed: (MPCHANGELOG-1) changelog-plugin does not work with svn

Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Thu, 18 Dec 2003 5:26 PM

Already fixed
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-1


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

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-changelog-plugin
   Fix Fors:
             1.4
   Versions:
             1.3

   Assignee: 
   Reporter: Philipp Meier

    Created: Tue, 12 Aug 2003 1:20 PM
    Updated: Thu, 18 Dec 2003 5:26 PM
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