Change | User | Description | Committed |
---|---|---|---|
8069 | Mark Allender | Merged Tony Smith's changes. | 13 years ago |
7585 | Mark Allender | Added support for the following: - 'Args' value specified in a p4d server block is now... also applied to checkpoint and journal file calls. I specifically added this for flags like -C1, which while technically unsupported, is also required on all calls to p4d. I wasn't sure that there were any flags which would be used when starting a server and not when checkpointing (since all other required values are specified as environement variables) - support for checkpoint/journal prefix. Using the 'CkpPrefix =' in the p4d server block, you can specify a prefix used in checkpoints and journal rotations. Currently the same prefix is used for both. - support for specifying whether or not checkpoints and journal rotations should be compressed. Use the 'CkpCompres = true' in the p4d server block. ACtually, just the presence of this variable will enable compressed checkpoints. That probably ought to be changed. - Support for a 'dump' command from p4dctl. I wanted to be able to dump environment settings (specifically p4root, checkpoint prefixes and whether or not compression was used) in scripts that I was writing. I hijacked the Dump() command that was used in debug output. « |
15 years ago |
7584 | Mark Allender | Initial checkin of p4dctl code in order to cleanly make other modifications (better suppor...t for compressed checkpoints, prefixes for checkpoints, etc) « | 15 years ago |