Tag: Subversion

CVS, SubVersion, Mercurial: control version software comparison

CVS CVS is the ancestor of all the today’s fancy control version software: SVN, GIT, Bazaar, Mercurial, etc. CVS is used with command line tool: “cvs” CVS work with a “repository” this is specified with the command line switch “-d” or using the shell variable CVSROOT The most common command are: create a repository: cvs Leggi tutto…