CVS conflict avoidance

Jason Merrill jason@cygnus.com
Thu Feb 5 10:02:00 GMT 1998


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



More information about the Gcc mailing list