metadb.html #1

  • //
  • guest/
  • dimitry_andric/
  • revml/
  • main/
  • product/
  • release/
  • 0.90/
  • html/
  • VCP/
  • Source/
  • metadb.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html><head><title>VCP::Source::metadb - Read SCM metadata from a metadb file</title></head><body><h1><a name="NAME">NAME

</a></h1><p>VCP::Source::metadb - Read SCM metadata from a metadb file

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

</a></h1><p>## Mostly used internally by the vcp filter and vcp transfer commands

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

</a></h1><p>This source driver allows <a href="vcp.html">vcp</a> to read a set of revisions from
a metadata database written by VCP::Dest::metadb.

<p>NOTE: passing a reference in the options array to new:

<pre>    $s = VCP::Source::metadb-&gt;new( $spec, [ $real_source ] );

</pre><p>sets the metadb's source to point to the real repository it should
get revisions from.  This should only be necessary for a transfer
operation, as filtering does not need to access the source repository.

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

</a></h1><p>Barrie Slaymaker &lt;[email protected]&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>VCP::License</a> (<code>vcp help license</code>) for the terms of use.

<p><hr><i><font size="-1">Last updated: Thu Jul 15 01:02:45 2004</font></i></body></html>
# Change User Description Committed
#1 6118 Dimitry Andric Integ from //public/revml to //guest/dimitry_andric/revml/main.
//guest/perforce_software/revml/product/release/0.90/html/VCP/Source/metadb.html
#1 4344 alan_teague Revised productization files updating to latest perl modules and
normalizing scripts to work on both linux and bsd platforms.