diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html index 9fa78538c..e3096979f 100644 --- a/docs/manual/CoreTasks/cvs.html +++ b/docs/manual/CoreTasks/cvs.html @@ -12,8 +12,6 @@

Description

Handles packages/modules retrieved from a CVS repository.

-

When doing automated builds, the get task should be -preferred over the checkout command, because of speed.

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/get.html b/docs/manual/CoreTasks/get.html index 36181f275..5e68d3a04 100644 --- a/docs/manual/CoreTasks/get.html +++ b/docs/manual/CoreTasks/get.html @@ -16,10 +16,6 @@ https: is only valid if the appropriate support is added to the pre-1.4 Java runtimes.

-

This task should be preferred above the CVS task when -fetching remote content. CVS is significantly slower than loading a compressed -archive compared to http/ftp.

- The usetimestamp option enables you to control downloads so that the remote file is only fetched if newer than the local copy. If there is no local copy, the download always takes place. When a file is downloaded, the timestamp of the downloaded file is set to the remote timestamp,