]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
cvsserver: nested directory creation fixups for Eclipse clients
authorMartin Langhoff <martin@catalyst.net.nz>
Sat, 4 Mar 2006 04:47:29 +0000 (17:47 +1300)
committerJunio C Hamano <junkio@cox.net>
Sat, 4 Mar 2006 05:37:31 +0000 (21:37 -0800)
commit6be32d4791126da12e0eade17362ae8ad3f13971
treec9714ce3dbafd6fd26a3b3f30cf26f90b774bf92
parentbe972922d034e4b007e0f644a7285266863f2cbc
cvsserver: nested directory creation fixups for Eclipse clients

To create nested directories without (or before) sending file entries
is rather tricky. Most clients just work. Eclipse, however, expects
a very specific sequence of events. With this patch, cvsserver meets
those expectations.

Note: we may want to reuse prepdir() in req_update -- should move it
outside of req_co. Right now prepdir() is tied to how req_co() works.

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