Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS



> why not just delete the file(s) in question then do a "cvs update" again?

That is harder than deleting the .#* files (e.g. if I've changed a dozen
files spread accross a few directories).

Darren

> > csv update has this option:
> >   -C      Overwrite locally modified files with clean repository copies.
> >
> > It works, but it leaves behind backup files (starting with ".#"). Is
> > there a way to tell it to not do this? It seems a common need: I edit
> > some files, the idea sucks, I want to wipe them out and go back to the
> > real version.
> >
> > P.S. For the moment I'm using this after cvs update:
> >  rm `find . -name .#* | xargs`

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links