cvsimport: do not barf on creation of an empty file.
authorJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 23:30:39 +0000 (16:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 23:30:39 +0000 (16:30 -0700)
commit61efa5e300386978dd440716260c94e951a493b4
treed0a8e6734f4bb25879029c97b70824ba89d342df
parent405053d2d98c613d028795df439de657981e0711
cvsimport: do not barf on creation of an empty file.

When the server says "created this file whose length is empty",
we mistakenly said "oops, the server did not say a sensible
thing".  Fix it.

Spotted and fixed by Linus, acked by Martin.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl