Update CVSClient for run_process(), type safety, and deprecations.
Review Request #12570 — Created Aug. 24, 2022 and submitted — Latest diff uploaded
CVSClientnow usesrun_process()instead ofexecute()for all
cvsinteraction, giving us better type safety and safer execution.All methods have been updated with type annotations, ensuring compliance
withBaseSCMClientrequirements. Documentation has been updated where
appropriate.Some deprecated calls have been updated, and dead code removed.
Unit tests pass on Python 3.7-3.11.