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

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

点击次数:30 次 发布日期:2008-11-21 23:28:54 作者:源代码网
源代码网推荐

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

源代码网供稿.
网友评论 (0)
会员中心
服务器类
本站推荐
服务器类之精华