How do I prevent WANdisco from going read only when a developer uses "cvs rtag" with an invalid path?
One answer is to edit the following file at all sites:
cvs-replicator/config/cvserr-sys.catalog look for this line:
cannot chdir t...
I have received the error Protocol Error Too Many Arguments when using CVS.
CVS has a hard coded limit of 10000 files that can be committed in one transaction. You can change the limit by editing src/server.c and recompiling. static void
serve...