- #!/usr/local/bin/perl -w
- use strict;
- use VCP::HeadRevsDB;
- my $db = VCP::HeadRevsDB->new( @ARGV ? ( StoreLoc => shift ) : () );
- $db->open_existing_db;
- $db->dump( \*STDOUT );
- $db->close_db;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4040 | timothee_besset | guest branch | 21 years ago | |
//guest/perforce_software/revml/bin/dump_head_revs | |||||
#7 | 3510 | Barrie Slaymaker | - VSS --continue and branching support | 22 years ago | |
#6 | 2959 | John Fetkovich | added dump method to lib/VCP/DB_File/sdbm.pm to dump keys => values &nbs...p; from a sdbm file. removed similar code from bin/dump_head_revs, bin/dump_rev_map and bin/dump_main_branch_id and called this method instead. also made parse_files_and_revids_from_head_revs_db sub in TestUtils to use in test suites instead of parse_files_and_revids_from_p4_files et. al. « |
22 years ago | |
#5 | 2874 | Barrie Slaymaker | Improve printing of empty strings | 22 years ago | |
#4 | 2870 | Barrie Slaymaker | Fix sort, un/packing empty value problems | 22 years ago | |
#3 | 2806 | Barrie Slaymaker | Update bin/dump_* to work with new multi-field key format. | 22 years ago | |
#2 | 2770 | Barrie Slaymaker | tweak dump utils: sort output for readability | 22 years ago | |
#1 | 2769 | Barrie Slaymaker | Suppress extraneous stale db warning, demote the stale state d...b detection to RevMapDB, allow the head revs db to be dumped. « |
22 years ago |