- #!/usr/local/bin/perl -w
- use strict;
- use VCP::FilesDB;
- my $db = VCP::FilesDB->new(
- @ARGV ? ( StoreLoc => shift ) : (),
- @ARGV ? ( TableName => shift) : ()
- );
- $db->open_existing_db;
- $db->dump( \*STDOUT );
- $db->close_db;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6118 | Dimitry Andric | Integ from //public/revml to //guest/dimitry_andric/revml/main. | 17 years ago | |
//guest/perforce_software/revml/bin/dump_files | |||||
#3 | 4007 | Barrie Slaymaker | - bin/* are now all executable | 21 years ago | |
#2 | 3899 | Barrie Slaymaker | - bin/dump_files now works again | 21 years ago | |
#1 | 3022 | Barrie Slaymaker | Need to look at these files sometimes | 22 years ago |