Centralized Version Control System (CVCS)

Home > Computer Science > Software Engineering > Version control > Centralized Version Control System (CVCS)

This type of version control system involves a single repository that keeps a track of all changes made to the source code. Developers can perform check-ins, check-outs, and merge operations.