DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40704>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40704 Summary: SVN changelog bug on Windows XP Product: Ant Version: unspecified Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: svn Antlib AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am using Antlib SVN with Windows XP, Ant 1.7.0beta2, and Cygwin svn.exe svn.exe --version svn, version 1.3.2 (r19776) compiled Jul 14 2006, 22:16:08 The <changelog> task does not behave correctly on Windows XP. Here's what I'm got in my Ant build file: <svnlib:changelog xmlns:svnlib="svnlib" svnURL="http://svn.apache.org/repos/asf/ant/core/trunk" dir="." destfile="changelog.xml" daysinpast="14" /> When I execute the build file, the verbose output shows: [svnlib:changelog] log [svnlib:changelog] Executing 'svn' with arguments: [svnlib:changelog] '--verbose' [svnlib:changelog] 'log' [svnlib:changelog] '--revision' [svnlib:changelog] '{2006-09-23}:HEAD' [svnlib:changelog] 'http://svn.apache.org/repos/asf/ant/core/trunk' [svnlib:changelog] [svnlib:changelog] The ' characters around the executable and arguments are [svnlib:changelog] not part of the command. [svnlib:changelog] svn: Syntax error in revision argument '2006-09-23:HEAD' Notice the "Syntax error" message. I did some research on this issue and it appears that the Maven team found a similar bug on Windows platforms. The Maven team implemented a workaround in one of the Maven plugins. Here's the Maven workaround: http://jira.codehaus.org/browse/MPCHANGELOG-55 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
