external diff headers
From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-26 21:32:17 CET
If I type
$ cvs diff foo.c bar.c baz.c
I get a series of diffs printed with nice header separators, something
Index: foo.c
But right now, if I type
$ svn diff foo.c bar.c baz.c
...Subversion just dumps all the diffs in sequence, no headers.
You'd think it would be easy to fix this problem -- just printf() some
The reason this isn't a problem for CVS is that it's diff/patch code is
What we really need is a way to tell the diff program: "if you find a
Anyone have suggestions here?
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.