From d516e14240d819b597b4051a21989240e59a0155 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 17 Feb 2004 08:31:39 +0000 Subject: [PATCH] Remove comparison between cvs update and HTTP get from corresponding ant tasks reference git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276101 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/cvs.html | 2 -- docs/manual/CoreTasks/get.html | 4 ---- 2 files changed, 6 deletions(-) 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,