<html><head><title>VCP::Dest::branch_diagram - An experimental diagram drawing "destination"</title></head><body><h1><a name="NAME">NAME
</a></h1><p>VCP::Dest::branch_diagram - An experimental diagram drawing "destination"
<p><hr><h1><a name="SYNOPSIS">SYNOPSIS
</a></h1><pre> vcp <source> branch_diagram:foo.png
vcp <source> 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&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 "skip" 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 "#
skipped" 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
"//public/perforce/webkeeper" 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 <barries@slaysys.com>
<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>