Browse Source

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
master
Antoine Levy-Lambert 21 years ago
parent
commit
d516e14240
2 changed files with 0 additions and 6 deletions
  1. +0
    -2
      docs/manual/CoreTasks/cvs.html
  2. +0
    -4
      docs/manual/CoreTasks/get.html

+ 0
- 2
docs/manual/CoreTasks/cvs.html View File

@@ -12,8 +12,6 @@
<h3>Description</h3> <h3>Description</h3>
<p>Handles packages/modules retrieved from a <p>Handles packages/modules retrieved from a
<a href="http://www.cvshome.org/" target="_top">CVS</a> repository.</p> <a href="http://www.cvshome.org/" target="_top">CVS</a> repository.</p>
<p>When doing automated builds, the <a href="get.html">get task</a> should be
preferred over the <i>checkout</i> command, because of speed.</p>
<p><b>Important:</b> This task needs &quot;<code>cvs</code>&quot; on the path. If it isn't, you will get <p><b>Important:</b> This task needs &quot;<code>cvs</code>&quot; on the path. If it isn't, you will get
an error (such as error <code>2</code> on windows). If <code>&lt;cvs&gt;</code> doesn't work, try to execute <code>cvs.exe</code> an error (such as error <code>2</code> on windows). If <code>&lt;cvs&gt;</code> doesn't work, try to execute <code>cvs.exe</code>
from the command line in the target directory in which you are working. from the command line in the target directory in which you are working.


+ 0
- 4
docs/manual/CoreTasks/get.html View File

@@ -16,10 +16,6 @@ https: is only valid if the appropriate support is added to the pre-1.4 Java
runtimes. runtimes.
</p> </p>
<p>This task should be preferred above the <a href="cvs.html">CVS task</a> when
fetching remote content. CVS is significantly slower than loading a compressed
archive compared to http/ftp.</p>

The <i>usetimestamp</i> option enables you to control downloads so that the remote file is The <i>usetimestamp</i> 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 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, place. When a file is downloaded, the timestamp of the downloaded file is set to the remote timestamp,


Loading…
Cancel
Save