Kernel "make clean" kills repo

Anupam Kapoor anupam.kapoor at gmail.com
Sun Aug 7 23:42:22 CDT 2005


> -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.

kind regards
anupam



More information about the Mercurial mailing list