Actions:
|
2015-09-05 09:07 AEST by Arthur Barrett - On Linux cvsmanager, cvsnt etc. all take their configuration from /etc/cvsnt/PServer or
/etc/cvsnt/Server or /etc/cvsnt/Plugins, but on Windows all this is stored in the registry.
Most of the registry read/write is done in CVSAPI/CVSTOOLS in the GlobalSettings class.
So it should (in theory) be possible to have a 'mode' where cvsmanager runs with the configuration
loaded for a file not the registry.
Having this mode would facilitate 'testing' and in particular being able to script tests for cvsmanager
in 'testcvs'.
Since this is quite a big change it should NOT be made to 2.8.01, but could still be considered for
2.8.02. |