当前位置: 首页 > 图文教程 > 服务器 > Linux服务器 > 分享UbuntuLinux上边的CVS服务器配置
Linux服务器 中的 分享UbuntuLinux上边的CVS服务器配置
STEP1:
InstallCVSfiles:
sudoapt-getinstallcvs
STEP2:
InstalltheCVSserver:
sudoapt-getinstallcvsd
WhenpromptedinthecvsdinstallationprocessforRepository,typein“/cvsrepo”.
STEP3:
Nowthatthecvsdinstallationincompletegoto/var/lib/cvsd
orseekingforachange(orifthereisanewversionofcvsupdated):
sudocvsd-buildroot/var/lib/cvsd
STEP4:
Ifthefoldercvsrepodoesnotexist,thencreateit……
cd/var/lib/cvsd
sudomkdircvsrepo
sudochown-Rcvsd:cvsdcvsrepo
STEP5:
andtheninitializetherepository
sudocvs-d/var/lib/cvsd/cvsrepoinit
STEP6:
createauserandpassword
sudocvsd-passwd/var/lib/cvsd/cvsrepo[username]
sudovi/var/lib/cvsd/cvsrepo/CVSROOT/config
Change"SystemAuto=no"
STEP7:
Test
cvs-d:pserver:username@localhost:/cvsrepologin
cvs-d:pserver:username@localhost:/cvsrepocheckout.
评论 (0) All