dump_files #3

  • //
  • guest/
  • perforce_software/
  • revml/
  • bin/
  • dump_files
  • View
  • Commits
  • Open Download .zip Download (230 B)
#!/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
#3 4007 Barrie Slaymaker - bin/* are now all executable
#2 3899 Barrie Slaymaker - bin/dump_files now works again
#1 3022 Barrie Slaymaker Need to look at these files sometimes