archimport: remove files from the index before adding/updating
authorEric Wong <normalperson@yhbt.net>
Sat, 18 Feb 2006 11:49:38 +0000 (03:49 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Feb 2006 19:21:16 +0000 (11:21 -0800)
This fixes a bug when importing where a directory gets removed/renamed
but is immediately replaced by a file of the same name in the same
changeset.

This fix only applies to the accurate (default) strategy the moment.

This patch should also fix the fast strategy if/when it is updated
to handle the cases that would've triggered this bug.

This bug was originally found in git-svn, but I remembered I did the
same thing with archimport as well.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found