Patch: Get NewField to work with messaging.

Mark Mitchell mark at codesourcery.com
Wed Apr 11 02:05:02 UTC 2001


FWIW, I recommend that everyone put the following lines in their
~/.cvsrc file:

  update -d -P
  diff -c -p -N
  cvs -z6

The first line ensures that when new directories appear or old ones go
away the right thing will happen.

The second uses a much prettier format for `diff' than the standard
one -- and one that `patch' can handle even if things have changed a
little from the time of the original diff.

The last turns on compression when using remove CVS, which is probably
a good idea since bandwidth is usually harder to come by than CPU.

--
Mark Mitchell                   mark at codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com



More information about the pooma-dev mailing list