What does CVS mean in relation to Version Tracking March 27, 2008
Posted by paragonhost in Internet, Network 101, ParagonHost, Technology News, scripts.Tags: coding, cvs, developer, development, ParagonHost, programming, script, scripts, Tools, version tracking
add a comment
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, implements a version control system: it 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. CVS has become popular in the open-source world. CVS is released under the GNU General Public License.
Source: http://en.wikipedia.org/wiki/Concurrent_Versions_System