CVS appears to have a bug where if part of a commit involves files in
directory and subdirectories of that directory, it forgets about the
parent directory and only the subdirectory gets committed. I got
bitten *twice* by this bug in one day. Unknown whether it's a client
or server problem. I am running cvs 1.10.5 on Linux.
If you run the same commit again, the remaining files actually make it
to the repository. So I ran two extra `cvs commit's today. So do
another CVS update.
Again, the instructions to get your CVS tree up-to-date:
rm man/*/index.texi # (only need to do this once)
cvs update
Martin