branch_diagram.html #1

  • //
  • guest/
  • perforce_software/
  • revml/
  • docs/
  • html/
  • VCP/
  • Dest/
  • branch_diagram.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<html><head><title>VCP::Dest::branch_diagram - An experimental diagram drawing &quot;destination&quot;</title></head><body><h1><a name="NAME">NAME

</a></h1><p>VCP::Dest::branch_diagram - An experimental diagram drawing &quot;destination&quot;

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

</a></h1><pre>   vcp &lt;source&gt; branch_diagram:foo.png
   vcp &lt;source&gt; branch_diagram:foo.png --skip=none ## for verbose output

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

</a></h1><p>This generates (using GraphViz) a diagram of the branch structure of the
source repository.

<p>Note: You must install graphviz, from AT&amp;T (specifically, the <code>dot</code> command)
and the GraphViz.pm Perl module for this to work.

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

</a></h1><dl><dt><a name="_skip_"><strong><p>--skip=#

</strong></a><dd>Set the &quot;skip&quot; threshold.  use <code>--skip=none</code> to prevent skipping.  The
default is 5, meaning that the minimum number of revisions that will be
skipped is 5.  This sets the minimum number you should see in a &quot;#
skipped&quot; message in the result graph.

</dl><p><hr><h1><a name="EXAMPLES">EXAMPLES

</a></h1><pre>    vcp \
      p4:public.perforce.com:1666://public/perforce/webkeeper/mod_webkeep.c \
        --rev-root= \
        --follow-branch-into \
      branch_diagram:foo3.png

</pre><p>The --rev-root= is because the presumed rev root is
&quot;//public/perforce/webkeeper&quot; and perforce branches sail off in to other
directories.

<pre>    vcp \
      cvs:/home/barries/src/VCP/tmp/xfree:/xc/doc/Imakefile \
      branch_diagram:foo3.png

</pre><h3>new

</h3><p>Creates a new instance of a VCP::Dest::branch_diagram.

<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
#1 2307 Barrie Slaymaker get VCP::Filter::map working, update docs