cvsserver: Fix handling of diappeared files on update
commitcb52d9a1fbb2298d73bfa5dc86a0155cc462ecf2
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 11 Apr 2007 20:38:19 +0000 (11 22:38 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Apr 2007 23:55:33 +0000 (11 16:55 -0700)
tree5b5c6819d38ec0587a8dda0ea1eece3083681430
parent8eb2d0bee8813ac37dc602d12b0abba632e96152
cvsserver: Fix handling of diappeared files on update

Only send a modified response if the client sent a
"Modified" entry. This fixes the case where the
file was locally deleted on the client without
being removed from CVS. In this case the client
will only have sent the Entry for the file but nothing
else.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Acked-by: Martin Langhoff <martin@catalyst.net.nz>
Acked-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsserver.perl