CVS is a tool to record, manage and distribute different versions of files. In other words, CVS is a version control system. It allows easy collaborative work, as each of the contributors can work in his local copy at the same time, without fear of overriding each other modifications. It allows the recovery of past versions (useful for tracking bugs), the creation of branches (for experimental development or for releases) and more.
Permalink for comment
To read all comments associated with this story, please click here.
am using cervisia 2.0 (using KDE 3.1.3) tryin to add a file to the myprojekt folder after having to add a CVS folder to it. i get this
/usr/bin/cvs -f add 'abc1.txt' 2>&1
cvs add: No CVSROOT specified! Please use the `-d' option
cvs [add aborted]: or set the CVSROOT environment variable.
[Exited with status 1]
i know this isnt a help forum but some pointers would be nice
am using cervisia 2.0 (using KDE 3.1.3) tryin to add a file to the myprojekt folder after having to add a CVS folder to it. i get this
/usr/bin/cvs -f add 'abc1.txt' 2>&1
cvs add: No CVSROOT specified! Please use the `-d' option
cvs [add aborted]: or set the CVSROOT environment variable.
[Exited with status 1]
i know this isnt a help forum but some pointers would be nice