antoine 2004/02/17 00:31:40
Modified: docs/manual/CoreTasks get.html cvs.html
Log:
Remove comparison between cvs update and HTTP get from
corresponding ant tasks reference
Revision Changes Path
1.14 +0 -4 ant/docs/manual/CoreTasks/get.html
Index: get.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/get.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- get.html 9 Feb 2004 21:50:05 -0000 1.13
+++ get.html 17 Feb 2004 08:31:39 -0000 1.14
@@ -16,10 +16,6 @@
runtimes.
</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
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,
1.22 +0 -2 ant/docs/manual/CoreTasks/cvs.html
Index: cvs.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cvs.html 9 Oct 2003 21:01:07 -0000 1.21
+++ cvs.html 17 Feb 2004 08:31:39 -0000 1.22
@@ -12,8 +12,6 @@
<h3>Description</h3>
<p>Handles packages/modules retrieved from a
<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 "<code>cvs</code>" on the
path. If it isn't, you will get
an error (such as error <code>2</code> on windows). If
<code><cvs></code> doesn't work, try to execute <code>cvs.exe</code>
from the command line in the target directory in which you are working.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]