p4checkpoint - routine maintenance for the p4(1) database
Copyright (c) 2002 Anders Johnson <anders@ieee.org>. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
To install:
If the version of Perl to be used is installed anywhere other than
/usr/local/bin/perl, then edit the PERL variable in Makefile accordingly.
% make
% make install # optionally, "make install PREFIX=/..."
Version Date Notes
------- ---- -----
0.01 2/13/2002 First Release
0.02 4/5/2002 Uses -f option to remove checkpoint & journal files.
0.03 5/4/02 Invokes p4 with absolute path; added -q & -p options.
0.04 6/3/02 Deals with error log entries without a date stamp.
0.05 8/3/02 Ignores "info" error log entries.
0.06 8/15/02 Added -Q option.