Author: bodewig
Date: Thu Oct 16 07:09:54 2008
New Revision: 705248
URL: http://svn.apache.org/viewvc?rev=705248&view=rev
Log:
test for PR 38583
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/cvs/cvs.xml
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v
Modified: ant/core/trunk/src/tests/antunit/taskdefs/cvs/cvs.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/cvs/cvs.xml?rev=705248&r1=705247&r2=705248&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/cvs/cvs.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/cvs/cvs.xml Thu Oct 16 07:09:54
2008
@@ -29,4 +29,12 @@
<cvsversion clientversionproperty="client" cvsroot="${cvsroot}"/>
<au:assertPropertySet name="client"/>
</target>
+
+ <target name="testBug38583">
+ <mkdir dir="${output}"/>
+ <cvs cvsroot="${cvsroot}" package="antmodule1" dest="${output}"/>
+ <cvschangelog dir="${output}/antmodule1"
+ destfile="${output}/report.xml"/>
+ <au:assertFileExists file="${output}/report.xml"/>
+ </target>
</project>
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history?rev=705248&r1=705247&r2=705248&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history
(original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/history
Thu Oct 16 07:09:54 2008
@@ -1 +1,10 @@
O48f739fd|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1||antmodule1
+O48f747b5|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1||antmodule1
+M48f747fb|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1|1.2|foo.txt
+M48f7480b|stefan|~/ASF/ant/ant-HEAD/src/tests/antunit/taskdefs/cvs/*0|antmodule1|1.3|foo.txt
+O48f748cb|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
+O48f74940|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
+O48f749a9|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
+O48f74a02|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
+M48f74a39|stefan|/tmp/testoutput/*0|antmodule1|1.4|foo.txt
+O48f74a62|stefan|/tmp/testoutput/*0|antmodule1||antmodule1
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt%2Cv?rev=705248&r1=705247&r2=705248&view=diff
==============================================================================
---
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v
(original)
+++
ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/antmodule1/foo.txt,v
Thu Oct 16 07:09:54 2008
@@ -1,35 +1,85 @@
-head 1.1;
-branch 1.1.1;
-access ;
-symbols start:1.1.1.1 ant:1.1.1;
-locks ; strict;
-comment @# @;
-
+head 1.4;
+access;
+symbols
+ start:1.1.1.1 ant:1.1.1;
+locks; strict;
+comment @# @;
+
+
+1.4
+date 2008.10.16.14.05.45; author stefan; state Exp;
+branches;
+next 1.3;
+commitid 761748f74a394567;
+
+1.3
+date 2008.10.16.13.56.27; author stefan; state Exp;
+branches;
+next 1.2;
+commitid 4dcd48f7480b4567;
+
+1.2
+date 2008.10.16.13.56.11; author stefan; state Exp;
+branches;
+next 1.1;
+commitid 4dae48f747fb4567;
1.1
-date 2008.10.16.12.56.07; author stefan; state Exp;
-branches 1.1.1.1;
-next ;
-commitid 17ca48f739e74567;
+date 2008.10.16.12.56.07; author stefan; state Exp;
+branches
+ 1.1.1.1;
+next ;
+commitid 17ca48f739e74567;
1.1.1.1
-date 2008.10.16.12.56.07; author stefan; state Exp;
-branches ;
-next ;
-commitid 17ca48f739e74567;
+date 2008.10.16.12.56.07; author stefan; state Exp;
+branches;
+next ;
+commitid 17ca48f739e74567;
desc
@@
+1.4
+log
[EMAIL PROTECTED]
+@
+text
[EMAIL PROTECTED] is a text.
+Added a line.
+and one more line.
+@
+
+
+1.3
+log
[EMAIL PROTECTED]
+@
+text
[EMAIL PROTECTED] 1
+@
+
+
+1.2
+log
[EMAIL PROTECTED]
+@
+text
[EMAIL PROTECTED] 1
+a2 1
+added a line.
+@
+
1.1
log
@Initial revision
@
text
[EMAIL PROTECTED] is a text.
[EMAIL PROTECTED] 1
+a2 1
@