From: James R. V. Z. <jr...@co...> - 2004-05-04 02:11:25
|
Hans-Bernhard Broeker <br...@ph...> wrote: >I.e. working copies checked out from cvs.gnuplot.sourceforge.net >before, you'll have to move over to cvs.sourceforge.net. I suggest this one-liner: for x in `find . -name Root`; do \ sed s/cvs.gnuplot.sourceforge.net/cvs.sourceforge.net/ $x > foo && \ mv foo $x; done BTW when I do "cvs update" I get several complaints like this: cvs update: conflict: tutorial/Makefile.in is modified but no longer in the repository What's the best way of getting rid of them? I.e. how to I accept the deletion of a file from the repository? Should I just delete the line in tutorial/CVS/Entries that starts out with "/Makefile.in" ? - Jim Van Zandt |