revml.html #2

  • //
  • guest/
  • perforce_software/
  • revml/
  • docs/
  • html/
  • VCP/
  • Source/
  • revml.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html><head><title>VCP::Source::revml - Outputs versioned files to a revml file</title></head><body><h1><a name="NAME">NAME

</a></h1><p>VCP::Source::revml - Outputs versioned files to a revml file

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

</a></h1><pre>   vcp revml[:&lt;source&gt;]
   vcp revml[:&lt;source&gt;] --dtd &lt;dtd&gt;

</pre><p>Where &lt;source&gt; is a filename for input; or missing or '-' for STDIN.

<p>To compile a DTD in to a perl module:

<pre>   revml: --dtd &lt;dtd&gt; --save-doctype

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

</a></h1><p>This source driver allows <a href="../../vcp.html">vcp</a> to read a RevML file.

<p>For now, all revisions are fully reconstituted in the working
directory in order to make sure that all of the patches apply cleanly.
This can require a huge amount of disk space, but it works (optimizing
this is on the TODO).

<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:23 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