diff --git a/WHATSNEW b/WHATSNEW index 30883da0e..78540b001 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -142,6 +142,7 @@ Fixed bugs: Other changes: -------------- +* Fixed references to obsoleted CVS web site. Burzilla Report 36854. * Log fine-grained events at verbose level from JUnit. Bugzilla report 31885. diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 794011954..df5e5290c 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -11,7 +11,7 @@

CvsChangeLog

Description

Generates an XML-formatted report file of the change logs 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/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 @@

Cvs

Description

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 commands


Copyright © 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 @@

CvsTagDiff

Description

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.

Cvs

Handles packages/modules retrieved from a - CVS + CVS repository.

CvsChangeLog

Generates an XML report of the changes recorded in a - CVS + CVS repository.

@@ -1156,7 +1156,7 @@ documentation.

CvsTagDiff

Generates an XML-formatted report file of the changes between - two tags or dates recorded in a CVS repository.