Estimated hours taken: 0.1
tools//backupdir:
undo previous change that introduced a rather serious bug, causing
the detection of changes in a workspace to fail.
Estimated hours taken: 0.3
Fix a typo that was stopping old revisions files from being deleted
when making backups.
tools/backupdir:
s/revision/revisions/
Estimated hours taken: 2
backupdir:
Script based on petdr's backup script.
Will backup any CVS modules in the given directory.
A compressed diff and a record of the version numbers of all
files is created.
The compressed diff can be applied using cvspatch. A similar
tool will need to be developed for using the version numbers.
If the module is unchanged since the previous backup, no diff
will be made (lightening the load on the CVS repository).
backuprevisions:
Auxililary script, outputs the CVS/Entries file with the
filename at the start. This needs to be in your path when
running backupdir.