科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道分享Ubuntu Linux上边的CVS服务器的配置

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

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

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

作者:赛迪网 来源:赛迪网 2007年8月30日

关键字: CVS Ubuntu Linux Linux

  • 评论
  • 分享微博
  • 分享邮件
 

STEP1:

Install CVS files:

sudo apt-get install cvs

STEP2:

Install the CVS server:

sudo apt-get install cvsd

When prompted in the cvsd installation process for Repository, type in “/cvsrepo”.

STEP3:

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

STEP4:

If the folder cvsrepo does not exist, then create it ..

cd /var/lib/cvsd

sudo mkdir cvsrepo

sudo chown -R cvsd:cvsd cvsrepo

STEP5:

and then initialize the repository

sudo cvs -d /var/lib/cvsd/cvsrepo init

STEP6:

create a user and password

sudo cvsd-passwd /var/lib/cvsd/cvsrepo [username]

sudo vi /var/lib/cvsd/cvsrepo/CVSROOT/config

Change "SystemAuto=no"

STEP7:

Test

cvs -d :pserver:username@localhost:/cvsrepo login

cvs -d :pserver:username@localhost:/cvsrepo checkout .

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章