Files
mercury/tools/backuprevisions
Tyson Dowd 3aa0bc3940 Script based on petdr's backup script.
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.
1999-12-06 06:41:18 +00:00

8 lines
37 B
Bash
Executable File

#!/bin/sh
echo $1
cat $1
echo
echo