Kernel "make clean" kills repo

Will Dyson will.dyson at gmail.com
Tue Aug 9 00:47:50 CDT 2005


On 8/8/05, Nathan Lynch <ntl at pobox.com> wrote:
> Anupam Kapoor wrote:
> > > -RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc \) -prune -o
> > > -RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc
> > > +RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg \) -prune -o
> > > +RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg
> >
> > yes that's exactly what i thought about also. but that doesn't seem to
> > work. specifically, the .hg/data/.hgtags.d file is getting clobbered.
> 
> Um.  Works fine here.  Can anyone else confirm?
> 
> Did you apply the patch to a fresh repo before running make clean on
> it?

Seems to work for me.

-- 
Will Dyson



More information about the Mercurial mailing list