cvs

수정 관리 시스템이며 동시성 버전 관리 시스템. 더 많은 정보: https://manned.org/cvs.

cvs -d {{경로/대상/레포지토리}} init

cvs import -m "{{메시지}}" {{프로젝트_이름}} {{버전}} {{벤더}}

cvs checkout {{프로젝트_이름}}

cvs diff {{경로/대상/파일}}

cvs add {{경로/대상/파일}}

cvs commit -m "{{메시지}}" {{경로/대상/파일}}

cvs update