| How to install cvs and cvsd on ubuntu |
|
Install CVS files: When prompted in the cvsd
installation process for Repository, type in “/cvsrepo”. Now that the cvsd installation in complete goto /var/lib/cvsd or seeking for a change(or if there is a new
version of cvs updated): sudo cvsd-buildroot /var/lib/cvsd If
the folder cvsrepo does not exist, then create it .. sudo chown -R cvsd:cvsd cvsrepo create a user and password sudo cvsd-passwd /var/lib/cvsd/cvsrepo +username sudo vi //var/lib/cvsd/cvsrepo/CVSROOT/config Change "SystemAuto=no" Test cvs
-d :pserver:username@localhost:/cvsrepo login cvs -d
:pserver:username@localhost:/cvsrepo checkout . |