cvs.html #2

  • //
  • guest/
  • perforce_software/
  • revml/
  • docs/
  • html/
  • VCP/
  • Dest/
  • cvs.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html><head><title>VCP::Dest::cvs - cvs destination driver</title></head><body><h1><a name="NAME">NAME

</a></h1><p>VCP::Dest::cvs - cvs destination driver

<p><hr><h1><a name="SYNOPSIS">SYNOPSIS

</a></h1><pre>   vcp &lt;source&gt; cvs:module
   vcp &lt;source&gt; cvs:CVSROOT:module

</pre><p>where module is a module or directory that already exists within CVS.

<p><hr><h1><a name="DESCRIPTION">DESCRIPTION

</a></h1><p>Checks out the indicated module or directory in to a temporary directory and
use it to add, delete, and alter files.

<p>If the module does not exists, uses &quot;cvs import&quot; to create it.

<p>This driver allows <a href="../../vcp.html">vcp</a> to insert revisions in to a CVS repository.
There are no options at this time.

<p>TODO: Skip all directories named &quot;CVS&quot;, in case a CVS tree is being imported.
Perhaps make it fatal, but use an option to allow it.  In this case, CVS
directories can be detected by scanning revs before doing anything.

<p><hr><h1><a name="AUTHOR">AUTHOR

</a></h1><p>Barrie Slaymaker &lt;barries@slaysys.com&gt;

<p><hr><h1><a name="COPYRIGHT">COPYRIGHT

</a></h1><p>Copyright (c) 2000, 2001, 2002 Perforce Software, Inc.
All rights reserved.

<p>See <a href="../License.html">VCP::License</a> (<code>vcp help license</code>) for the terms of use.

<p><hr><i><font size="-1">Last updated: Fri Nov  8 13:07:22 2002</font></i></body></html>
# Change User Description Committed
#2 2307 Barrie Slaymaker get VCP::Filter::map working, update docs
#1 1993 Barrie Slaymaker Check in HTML documentation