Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101075164
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: LINUX

2008-03-22 22:52:55

来源:赛迪网    作者:sixth

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 .

阅读(341) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~