Re: [PATCH] fast-import: catch deletion of non-existent file in input

2012-07-15 Thread Jonathan Nieder
Hi, Jeff King wrote: Subject: fast-import: catch deletion of non-existent file in input [...] We silently ignored the bogus D foo directive, and the resulting tree incorrectly contained bar. With this patch, we notice the bogus input and die. This breaks svn-fe, which relies on the existing

Re: [PATCH] fast-import: catch deletion of non-existent file in input

2012-07-15 Thread Jeff King
On Sun, Jul 15, 2012 at 01:11:51PM -0500, Jonathan Nieder wrote: Subject: fast-import: catch deletion of non-existent file in input [...] We silently ignored the bogus D foo directive, and the resulting tree incorrectly contained bar. With this patch, we notice the bogus input and die.