You are not logged in. Only a regsistered user can explore
the abstracts completely.
New User ? Register here! The registration process is
very simple and free. |
Version Control System
The Version Control System (VCS), keeps track of all work and all changes in a set of files, typically the implementation of a software project, and allows several (potentially widely separated) developers to collaborate.
Features
VCS uses client-server architecture: a server stores the current version(s) of the project and its history, and clients connect to the server in order to check-out a complete copy of the project, work on this copy and then later check-in their changes. Typically, client and server connect over a LAN or over the Internet, but client and server may both run on the same machine if VCS has the task of keeping track of the version history of a project with only local developers.
.... |
">