Commit Graph

7 Commits

Author SHA1 Message Date
Zoltan Somogyi
60df7e5e49 Made this tool more general, by producing output that can be processed
Estimated hours taken: 0.5
Branches: main

tools/cvdd:
	Made this tool more general, by producing output that can be processed
	by cvspatch in more circumstances.
2004-05-06 11:19:25 +00:00
Zoltan Somogyi
beba0222d7 Add a mechanism for including non-CVS files (e.g. Log files) among
Estimated hours taken: 0.5
Branches: main

tools/cvdd:
	Add a mechanism for including non-CVS files (e.g. Log files) among
	the files diff'd by this script.
2003-01-03 06:52:44 +00:00
Zoltan Somogyi
d8635d05e9 Make the script exit cleanly if interrupted, and add some
Estimated hours taken: 1
Branches: main

tools/cvdd:
	Make the script exit cleanly if interrupted, and add some
	bulletproofing.
2002-07-16 03:41:09 +00:00
Zoltan Somogyi
71e1122285 A new, more accurate version of cvdd.
Estimated hours taken: 1
Branches: main

A new, more accurate version of cvdd.

tools/cvsfiles:
	Cvsfiles is a new script. It takes a directory name as its argument,
	and outputs the ordinary files in that directory under CVS control.

tools/cvsdirs:
	Cvsdirs is a new script. It takes a directory name as its argument,
	and outputs the subdirectories in that directory under CVS control.

tools/cvdd:
	This new version of cvdd uses cvsfiles and cvsdirs, instead of guesses
	based on the directory name, to decide what files to compare in each
	subdirectory of the two workspaces being compared. It also allows
	one to record, in files named NEWFILES and NEWDIRS, new files and/or
	directories one has added that have not yet been put under CVS control
	(for use when disconnected).
2001-11-19 01:18:20 +00:00
Zoltan Somogyi
4516187b33 Add an option that allows the object files from failed bootchecks to be
Estimated hours taken: 0.1
Branches: main

tools/makebatch:
	Add an option that allows the object files from failed bootchecks to be
	saved, for space measurement purposes (e.g. for the RTTI paper).
2001-08-08 03:28:30 +00:00
Fergus Henderson
b1cb5ebce2 Fix typo: s/kind="dod"/kind="doc"/
Estimated hours taken: 0.05
Branches: main

tools/cvdd:
	Fix typo: s/kind="dod"/kind="doc"/
			    ^	       ^
2001-04-30 11:56:33 +00:00
Zoltan Somogyi
2ba43a4fea A script for performing a diff between the main directories of
Estimated hours taken: 6
Branches: main

tools/cvdd:
	A script for performing a diff between the main directories of
	two Mercury workspaces. It is meant to be useful if you are not
	connected to a network and therefore unable to "cvs add" files;
	in such circumstances, doing a "cvdd clean_ws work_ws" can be
	a sufficiently good substitute for a "cvd diff work_ws".
2001-04-30 08:05:43 +00:00