[Distutils] automatic CVS diffs?

Fred L. Drake, Jr. fdrake@beopen.com
Thu, 17 Aug 2000 09:03:05 -0400 (EDT)


Bastian Kleineidam writes:
 > a little offtopic, but I am wondering how I can produce a diff
 > automatically from the CVS repository. Lets assume I made a cvs checkout
 > and change some files. Can I produce a diff file with the changes I made
 > by comparing it with the original repository?
 > This would be really convenient.

  Try "cvs diff -c file..." (where the -c causes diff to generate
context diffs).


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member