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


Maciej Stachowiak <mstachow@mit.edu> writes:

> gjb@cs.washington.edu writes:
>
> > 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
> > 
> 
> Why not `update -dP'? You rarely, if ever want empty directories since
> they are usually empty because they are no longer used, but CVS can't
> properly delete directories.

I rarely like anything getting removed w/o me doing it explicitly.

Greg