patch generation using CVS

Jeffrey A Law law@cygnus.com
Sat Apr 1 00:00:00 GMT 2000


  In message < 3872327C.A7F730E1@OARcorp.com >you write:
  > 
  > If I check out the source using CVS, what is the preferred way to
  > get a diff to submit?  I used to diff a virgin copy of the snapshot
  > against my tree but that seems horribly wasteful once you are using 
  > CVS. :)
Use "cvs diff" to get the diffs themselves.  Something like this:

cvs diff -c3p file1 file2 dir1 dir2 ....

jeff



More information about the Binutils mailing list