cvsserver: Checkout correctly on Eclipse
authorMartin Langhoff <martin@catalyst.net.nz>
Thu, 2 Mar 2006 00:58:57 +0000 (13:58 +1300)
committerJunio C Hamano <junkio@cox.net>
Thu, 2 Mar 2006 01:44:58 +0000 (17:44 -0800)
commitc8c4f220256eb6065e571793f4687c19eb7c6417
treec72685fb0e6a8c474363f02356a8bd0f60f091b3
parent2b74cffa9179eed274be2a38c59b7e323c813737
cvsserver: Checkout correctly on Eclipse

Initial checkouts were failing to create Entries files under Eclipse.
Eclipse was waiting for two non-standard directory-resets to prepare for a new
directory from the server.

This patch is tricky, because the same directory resets tend to confuse other
clients. It's taken a bit of fiddling to get the commandline cvs client and
Eclipse to get a good, clean checkout.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsserver.perl