Commit Graph

4 Commits

Author SHA1 Message Date
Robert Jeschofnik
65b2aa2a77 undo previous change that introduced a rather serious bug, causing
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.
2000-02-24 22:37:28 +00:00
Robert Jeschofnik
8050d8f83e fix a small bug that caused find to die due to having a command
Estimated hours taken: 0.001


tools/backupdir:
	fix a small bug that caused find to die due to having a command
	line that was too long.
2000-01-27 03:43:20 +00:00
Tyson Dowd
06f4363c97 Fix a typo that was stopping old revisions files from being deleted
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/
2000-01-26 06:54:24 +00:00
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