From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: robertl@dgii.com (Robert Lipe), egcs@cygnus.com Subject: Re: CVS conflict avoidance Date: Thu, 05 Feb 1998 10:02:00 -0000 Message-id: References: <19980204232501.32688.cygnus.egcs@dgii.com> X-SW-Source: 1998-02/msg00190.html Here's what I do: First I update the files from which other files are generated, then I update the whole tree. eup() { ( cd ~/eg find . -name configure.in -o -name '*.y' | xargs cvs update cvs update -P ); } Jason