Kernel "make clean" kills repo
Anupam Kapoor
anupam.kapoor at gmail.com
Mon Aug 8 04:42:22 UTC 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