commit | 6be32d4791126da12e0eade17362ae8ad3f13971 | [log] [tgz] |
---|---|---|
author | Martin Langhoff <martin@catalyst.net.nz> | Sat Mar 04 17:47:29 2006 +1300 |
committer | Junio C Hamano <junkio@cox.net> | Fri Mar 03 21:37:31 2006 -0800 |
tree | c9714ce3dbafd6fd26a3b3f30cf26f90b774bf92 | |
parent | be972922d034e4b007e0f644a7285266863f2cbc [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>