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)
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>

No differences found