author | Martin Langhoff <martin@catalyst.net.nz> | |
Sat, 4 Mar 2006 04:47:29 +0000 (17:47 +1300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 4 Mar 2006 05:37:31 +0000 (21:37 -0800) | ||
commit | 6be32d4791126da12e0eade17362ae8ad3f13971 | |
tree | c9714ce3dbafd6fd26a3b3f30cf26f90b774bf92 | tree | snapshot |
parent | be972922d034e4b007e0f644a7285266863f2cbc | commit | diff |
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>
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 | diff | blob | history |