Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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 Versions: maven-new-unreleased Assignee: Reporter: Philipp Meier Created: Tue, 12 Aug 2003 1:20 PM Updated: Tue, 12 Aug 2003 1:20 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
