Version Control

... Google has over 15 million references to version control software. There's no excuse for not using one of them.
 


Version Control

Concurrent Versions System (CVS), is an extensively used version control system that tracks 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 free software and open-source worlds. CVS is released under the GNU General Public License.

The new generation is SVN which is designed specifically to be a modern replacement for CVS and shares a number of the same key developers. It has all of the CVS features but it's better in areas such as security, configuration and transaction managment.

On the server side we run Subversion with the SmartSVN Client
CMS | Taskhopper     Copyright © 2005 - api network corporation

 
 

Data Security


There are many steps in keeping data safe and version control is just the start. What can you do to keep your intellectual property well guarded?
{read more}