当前位置:首页 > 服务器类 > Linux服务器 > > 分享UbuntuLinux上边的CVS服务器配置

分享UbuntuLinux上边的CVS服务器配置

点击次数:23 次 发布日期:2008-11-22 09:39:14 作者:源代码网
源代码网推荐

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)
会员中心
服务器类
本站推荐
服务器类之精华