freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: Get NewField to work with messaging.


From: Mark Mitchell
Subject: Re: Patch: Get NewField to work with messaging.
Date: Tue, 10 Apr 2001 19:05:02 -0700

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                   address@hidden
CodeSourcery, LLC               http://www.codesourcery.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]