Browse Source

update cvs hreference and some tiding up of cvs manual page

Obtained from: Larry Shatzer


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276186 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
3c013c9e56
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      docs/manual/CoreTasks/cvs.html

+ 10
- 10
docs/manual/CoreTasks/cvs.html View File

@@ -54,7 +54,7 @@ from the command line in the target directory in which you are working.
<tr> <tr>
<td valign="top">dest</td> <td valign="top">dest</td>
<td valign="top">the directory where the checked out files should <td valign="top">the directory where the checked out files should
be placed. Note that this is different from CVS's -d command line
be placed. Note that this is different from CVS's <code>-d</code> command line
switch as Ant will never shorten pathnames to avoid empty switch as Ant will never shorten pathnames to avoid empty
directories.</td> directories.</td>
<td align="center" valign="top">No, default is project's basedir.</td> <td align="center" valign="top">No, default is project's basedir.</td>
@@ -93,12 +93,12 @@ from the command line in the target directory in which you are working.
<tr> <tr>
<td valign="top">output</td> <td valign="top">output</td>
<td valign="top">the file to direct standard output from the command.</td> <td valign="top">the file to direct standard output from the command.</td>
<td align="center" valign="top">No, default output to ANT Log as MSG_INFO.</td>
<td align="center" valign="top">No, default output to ANT Log as <code>MSG_INFO</code>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">error</td> <td valign="top">error</td>
<td valign="top">the file to direct standard error from the command.</td> <td valign="top">the file to direct standard error from the command.</td>
<td align="center" valign="top">No, default error to ANT Log as MSG_WARN.</td>
<td align="center" valign="top">No, default error to ANT Log as <code>MSG_WARN</code>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">append</td> <td valign="top">append</td>
@@ -108,17 +108,17 @@ from the command line in the target directory in which you are working.
<tr> <tr>
<td valign="top">port</td> <td valign="top">port</td>
<td valign="top">Port used by CVS to communicate with the server.</td> <td valign="top">Port used by CVS to communicate with the server.</td>
<td align="center" valign="top">No, default port 2401.</td>
<td align="center" valign="top">No, default port <code>2401</code>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">passfile</td> <td valign="top">passfile</td>
<td valign="top">Password file to read passwords from.</td> <td valign="top">Password file to read passwords from.</td>
<td align="center" valign="top">No, default file ~/.cvspass.</td>
<td align="center" valign="top">No, default file <code>~/.cvspass</code>.</td>
</tr> </tr>
<tr> <tr>
<td valign="top">failonerror</td> <td valign="top">failonerror</td>
<td valign="top">Stop the build process if the command exits with a <td valign="top">Stop the build process if the command exits with a
return code other than <code>0</code>. Defaults to false</td>
return code other than <code>0</code>. Defaults to &quot;false&quot;</td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
</table> </table>
@@ -157,7 +157,7 @@ or:
&lt;/cvs&gt; &lt;/cvs&gt;
</pre> </pre>
<p> <p>
You may include as many &lt;commandline&gt; elements as you like.
You may include as many <code>&lt;commandline&gt;</code> elements as you like.
Each will inherit the <code>failonerror</code>, <code>compression</code>, and other &quot;global&quot; parameters Each will inherit the <code>failonerror</code>, <code>compression</code>, and other &quot;global&quot; parameters
from the <code>&lt;cvs&gt;</code> element. from the <code>&lt;cvs&gt;</code> element.
</p> </p>
@@ -167,10 +167,10 @@ from the <code>&lt;cvs&gt;</code> element.
<p>Updates from the head of repository ignoring sticky bits (<code>-A</code>) and creating any new directories as necessary (<code>-d</code>).</p> <p>Updates from the head of repository ignoring sticky bits (<code>-A</code>) and creating any new directories as necessary (<code>-d</code>).</p>
<p>Note: the text of the command is passed to cvs &quot;as-is&quot; so any cvs options should appear <p>Note: the text of the command is passed to cvs &quot;as-is&quot; so any cvs options should appear
before the command, and any command options should appear after the command as in the diff example before the command, and any command options should appear after the command as in the diff example
above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html" target="_top">Guide to CVS commands</a></p>
above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html" target="_top">Guide to CVS commands</a></p>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2003 Apache Software
<p align="center">Copyright &copy; 2000-2004 The Apache Software
Foundation. All rights Reserved.</p> Foundation. All rights Reserved.</p>


</body> </body>


Loading…
Cancel
Save