diff --git a/docs/manual/CoreTasks/cvstagdiff.html b/docs/manual/CoreTasks/cvstagdiff.html index 1d7f5021b..03e4956cb 100644 --- a/docs/manual/CoreTasks/cvstagdiff.html +++ b/docs/manual/CoreTasks/cvstagdiff.html @@ -47,11 +47,6 @@ from the command line in the target directory in which you are working.
cvs
tasktagdiff.xml
.
<cvstagdiff destfile="tagdiff.xml" - package="ant" - rootdir="apache/ant" - startDate="2002-01-01" - endDate="2002-31-01" + package="ant jakarta-gump" + startDate="2003-01-01" + endDate="2003-31-01" />
Generates a tagdiff report for all the changes that have been made
-in the ant
module in january 2002, with rootdir
indicating that
-the actual location of the ant
module in cvs is apache/ant
-rather than ant
. In this example cvsRoot
+in the ant
and jakarta-gump
modules in january 2003.
+In this example cvsRoot
has not been set. The current cvsRoot
will be used (assuming the build is started
from a folder stored in cvs
.
It writes these changes into the file tagdiff.xml
.
-The cvsroot and package attributes of the tagdiff element are new in ant 1.6.
+The cvsroot and package attributes of the tagdiff element are new in ant 1.6.
+Notes on entry attributes :
+
Attribute | Comment |
---|---|
name | when reporting on one package, the package name is removed from the output |
revision | supplied for files which exist at the end of the reporting period |
prevrevision | supplied for files which exist at the beginning of the reporting period. +Old CVS servers do not supply it for deleted files. CVS 1.12.2 supplies it. |
<?xml version="1.0" encoding="UTF-8"?>