NAME
VCP::Dest::topo_table - An experimental diagram drawing "destination"
SYNOPSIS
vcp <source> topo_table:foo.png
vcp <source> topo_table:foo.png --skip=none ## for verbose output
DESCRIPTION
This generates an HTML chart of all files and their relationships.
OPTIONS
- --skip=#
-
Set the revision "skip" threshold. This is the minimum number of revisions you should see in a "# skipped" message in the resulting graph. use
--skip=none
to prevent skipping. The default is 5.
EXAMPLES
vcp \
p4:public.perforce.com:1666://public/perforce/webkeeper/mod_webkeep.c \
--rev-root= \
--follow-branch-into \
topo_table:foo3.png
The --rev-root= is because the presumed rev root is "//public/perforce/webkeeper" and perforce branches sail off in to other directories.
vcp \
cvs:/home/barries/src/VCP/tmp/xfree:/xc/doc/Imakefile \
topo_table:foo3.png
- new
-
Creates a new instance of a VCP::Dest::topo_table.
AUTHOR
Barrie Slaymaker <barries@slaysys.com>
COPYRIGHT
Copyright (c) 2000, 2001, 2002 Perforce Software, Inc. All rights reserved.
See VCP::License (vcp help license
) for the terms of use.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 66:
'=item' outside of any '=over'
- Around line 413:
You forgot a '=back' before '=head1'