All done. I tried several ways to get the directory to remove itself, but none of them worked. Similar to what Dean said, the best way to fix a checked-out copy is
cd apachen/src
rm -r nt
mv core main
perl -pi -e 's#core$#main$#;' main/CVS/Repository
and edit CVS/Entries to replace the lines
D/core////
D/nt////
with
D/main////
It looks like Randy is fixing the Makefile's. Somebody else will have
to fix the Win32 project files.
BTW, when are we going to change "apachen" to "apache_1_3"?
....Roy
