Commit Graph

3 Commits

Author SHA1 Message Date
Tyson Dowd
c68608e6a8 Allow cvspatch to take input from stdin.
Estimated hours taken: 0.2
Branches: main

tools/cvspatch:
	Allow cvspatch to take input from stdin.
2001-08-23 08:06:17 +00:00
Tyson Dowd
eb9e731957 Improve cvspatch.
Estimated hours taken: 1

Improve cvspatch.

tools/cvspatch:
	Allow cvspatch to accept input without relying on
		cvs diff: Diffing <directory name>
	This is output on stderr when you run cvs diff.
	Sometimes you don't capture stderr it when redirecting to a
	file.  Also the diff format is a little different when using cvs
	client/server anyway.

	Instead look for
		Index: <directory name>/<filename>
	and grab the directory name from there.

	Both methods work at once, whichever method one gets the first match
	will be used to process the rest of the file.
1999-11-19 23:20:38 +00:00
Zoltan Somogyi
2e088badc2 A script for applying the output of a "cvs diff" command as a patch
Estimated hours taken: 2

tools/cvspatch:
	A script for applying the output of a "cvs diff" command as a patch
	to the current workspace.
1999-11-11 00:27:10 +00:00