From c936bb8dc2c274a9cdf5db88e3006f5e9f298e17 Mon Sep 17 00:00:00 2001
From: Jacobus Martinus Kruithof Generates an XML-formatted report file of the change logs recorded in a
-CVS repository. CvsChangeLog
Description
Important: This task needs "cvs" on the path. If it isn't, you will get
an error (such as error 2 on windows). If <cvs>
doesn't work, try to execute cvs.exe
from the command line in the target directory in which you are working.
diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html
index 192e63ae8..b9a0645cc 100644
--- a/docs/manual/CoreTasks/cvs.html
+++ b/docs/manual/CoreTasks/cvs.html
@@ -12,7 +12,7 @@
Handles packages/modules retrieved from a -CVS repository.
+CVS repository.Important: This task needs "cvs
" on the path. If it isn't, you will get
an error (such as error 2
on windows). If <cvs>
doesn't work, try to execute cvs.exe
from the command line in the target directory in which you are working.
@@ -176,8 +176,8 @@ from the <cvs>
element.
Updates from the head of repository ignoring sticky bits (-A
) and creating any new directories as necessary (-d
).
Note: the text of the command is passed to cvs "as-is" so any cvs options should appear before the command, and any command options should appear after the command as in the diff example -above. See the cvs manual for details, -specifically the Guide to CVS commands
+above. See the cvs manual for details, +specifically the Guide to CVS commandsCopyright © 2000-2005 The Apache Software Foundation. All rights Reserved.
diff --git a/docs/manual/CoreTasks/cvstagdiff.html b/docs/manual/CoreTasks/cvstagdiff.html index bcc08a2c3..f4f6a0f71 100644 --- a/docs/manual/CoreTasks/cvstagdiff.html +++ b/docs/manual/CoreTasks/cvstagdiff.html @@ -8,7 +8,7 @@Generates an XML-formatted report file of the changes between two tags or dates recorded in a -CVS repository.
+CVS repository.Important: This task needs "cvs" on the path. If it isn't, you will get
an error (such as error 2 on windows). If <cvs>
doesn't work, try to execute cvs.exe
from the command line in the target directory in which you are working.
diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html
index b52d8ed22..82f4a19f1 100644
--- a/docs/manual/tasksoverview.html
+++ b/docs/manual/tasksoverview.html
@@ -1136,14 +1136,14 @@ documentation.
Handles packages/modules retrieved from a - CVS + CVS repository.
Generates an XML report of the changes recorded in a - CVS + CVS repository.
Generates an XML-formatted report file of the changes between - two tags or dates recorded in a CVS repository.