[Techtalk] conceptual CVS

Elizabeth Barham lizzy at soggytrousers.net
Fri Jul 18 14:06:34 EST 2003


Elizabeth writes:

> Another method Emma may want to use is making a diff of the changes
> she made and then sending the patch up to her servers. ssh is able to
> run a single command as opposed to providing a shell so possibly:
> 
> cvs diff > new.diff

After the commit the above will not work, but something like:

    cvs diff -D today > new.diff

or

    cvs diff -D yesterday > new.diff

may.

Elizabeth


More information about the Techtalk mailing list