[EMAIL PROTECTED] wrote: > > On Tue, Dec 21, 1999 at 09:37:38PM +0100, [EMAIL PROTECTED] wrote: > > Well. I think your anger is justified. Given the fact that your contribution > > is absolutely necessary to htdig, I think everyone will agree that all > > contributors (including Marcel and I) have to proceed in the following way: > > > > Never commit a change unless 'make distcheck' says ok. This will guarantee > > that 1) the build can be made outside the source tree 2) the tests run > > well. > > Uh, yes, but that would'nt have detected neither of both mistakes I > made tuesday: > > It'also necesary to do a complete checkout on a seperate directory, to > be shure everything is correctly commited... > (it's easy to miss something in the "cvs update" output...) Yes. This is always a problem with CVS. You can reduce some of the problems by letting CVS be a little quieter, so you only see the changes as opposed to a trace of what it is doing. I have the following in my ~/.cvsrc file: cvs -q -z3 update -d You can also run 'cvs update|grep M' so see if anything was modified. -- Andrew Scherpbier <[EMAIL PROTECTED]> Contigo Software <http://www.contigo.com/> ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
