This is the mail archive of the guile@cygnus.com mailing list for the guile project.


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

Re: Guile CVS users: new directory


Jim Blandy <jimb@red-bean.com> writes:

> I've added a directory `doc' to Guile.  Due to wonderfulness in CVS,
> just doing a normal `cvs update' will not get you the new directory;
> it'll just get you the configury and makery that expects it to be
> there.  (All drink.)

I highly recommend making -d be the default for cvs update commands.
You can do this with your .cvsrc file.  Mine has two lines:

diff -u -p
update -d

This forces unified diffs with the C function name displayed.

<snip>

Greg