I used the rsynced copy of the cvsroot since it had captured a days
worth of commits more than the tarball backup; unfortunately it turns
out that it was rsync without --delete which means files that were cvs
removed and moved to the Attic are present in the original directory
as well.
That means I need to figure out which files should be removed.
Until that is done, I suspect that any current checkout may manifest
wierd problems. Also, I am not entirely sure I will be able to
remove everything without any problems so be aware that the
problem exists.
Also, you might refrain from cvs updating until I fix this.