On Wed, Apr 20, 2005 at 10:27:35PM +0200, Helge Hafting wrote: > Now to something completely different - is there a simple way > to make cvs update all files as they are in the lyx-devel repository, > i.e. obliterate every patch and change I've done locally without > actually downloading the entire source tree from scratch? It'd > be nice to get rid of all sorts of experimental patches that > block updates forcing manual deletion of files.
I do cvs up ; cvs diff > 1.diff ; patch -p0 -R < 1.diff but IIRC cvs up -C should do the trick as well. Andre'