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

Linux服务器
Apache+PHP和Tomcat网页乱码问题
httpd.conf设置二级域名
SSH登录工具常用命令
对Linux系统进程进行监控和保护
如何清除代理服务器cache记录?
清除Linux代理服务器上cache记录
ssh远程登录的安全设置
Linux系统下最强大的磁盘管理技术LVM
教你搭建一个安全的Linux服务器
如何在Linux系统下实现Apache与Tomcat整合
虚拟机嵌入式Linux开发前要做什么?
修改Linux系统手动分区后的挂载
Linux系统中邮件用户绰号的超能力
Linux操作系统下使用变量为文件重新命名备份
Linux磁盘设备文件混乱源于Linux内核自身
Linux系统防黑客从辨认黑客做起
修改.htaccess文件提升网站访问速度方法
Linux认证:UbuntuNativePOSIX线程库
Linux服务器:邮件系统的原理
linux入侵常用命令汇编

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 54 ::
收藏到网摘: n/a

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.