This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

The use of .cvsrc


| RCS file: /egcs/carton/cvsfiles/egcs/gcc/Makefile.in,v
| retrieving revision 1.145
| diff -r1.145 Makefile.in
| 2381,2382c2381
| < 	    realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
| < 	    $(INSTALL_DATA) $$f $(infodir)/$$realfile; \
| ---
| > 	    $(INSTALL_DATA) $$f $(infodir)/$$f; \
...

While on http://egcs.cygnus.com/contribute.html we can read:

* The patch itself. If you are accessing the CVS repository at Cygnus,
  use "cvs update; cvs diff"; else use "diff -c3p OLD NEW" or
  "diff -up OLD NEW".

The result from 'cvs diff' is different from 'diff -cp' when
you don't put the following line in your $HOME/.cvsrc :

diff -cp

(I use a "cvs -z9" in there as well).

Maybe this information should be added to that webpage.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>

$ cat $HOME/.cvsrc
cvs -z9
diff -cp



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]