Browse Source

cvs 1.11.7 has been released (Merge from ANT_16_BRANCH)

Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275398 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
cb9b627e7d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/cvs.html

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

@@ -168,8 +168,8 @@ 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.6/cvs.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_16.html" target="_top">Guide to CVS commands</a></p>
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>
<hr> <hr>
<p align="center">Copyright &copy; 2000-2003 Apache Software <p align="center">Copyright &copy; 2000-2003 Apache Software
Foundation. All rights Reserved.</p> Foundation. All rights Reserved.</p>


Loading…
Cancel
Save