Kernel "make clean" kills repo

Matt Mackall mpm at selenic.com
Tue Aug 9 01:15:16 CDT 2005


On Tue, Aug 09, 2005 at 01:47:50AM -0400, Will Dyson wrote:
> 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.

Yep. Tested here and submitted upstream.

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list