we can execute `cvs init' repeatedly.
But cvs cannot create Emptydir and abort.
Index: mkmodules.c
===================================================================
RCS file: /home2/cvsroot/ccvs/src/mkmodules.c,v
retrieving revision 1.58
diff -c -r1.58 mkmodules.c
*** mkmodules.c 2000/02/21 16:03:09 1.58
--- mkmodules.c 2000/03/03 07:18:07
***************
*** 870,876 ****
error (1, errno, "cannot change to directory %s", adm);
/* Make Emptydir so it's there if we need it */
! make_directory (CVSNULLREPOS);
/* 80 is long enough for all the administrative file names, plus
"/" and so on. */
--- 870,877 ----
error (1, errno, "cannot change to directory %s", adm);
/* Make Emptydir so it's there if we need it */
! if (!isdir (CVSNULLREPOS))
! make_directory (CVSNULLREPOS);
/* 80 is long enough for all the administrative file names, plus
"/" and so on. */
--
KOIE Hidetaka <[EMAIL PROTECTED]>