Chinaunix首页 | 论坛 | 博客
  • 博客访问: 320642
  • 博文数量: 81
  • 博客积分: 3813
  • 博客等级: 中校
  • 技术积分: 945
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-24 18:14
文章分类

全部博文(81)

文章存档

2013年(1)

2012年(2)

2011年(54)

2010年(15)

2009年(9)

分类: 项目管理

2011-06-21 15:11:43

1. Install SVN
yum install subversion
2.  Create a Repository
svnadmin create  /home/svndata/BMCV3
3. Create a SVN User
Edit‚  /home/svndata/BMCV3/conf/svnserve.conf and add the follwoing lines to it
anon-access = read
password-db = passwd
authz-db = authz
realm = BMCV3 Repository

4. Create a password file
Edit /home/svndata/BMCV3/conf/passwd and add the follwing line to it
systemadmin = mypassword
#You can add another use in the same way by adding a new line in the same file
5. Start the SVN Server as Daemon
svnserve -d -r /home/svndata/
6. Connecting from a client machine
Install SVN clinet and comect to the SVN server‚  by
svn co svn://SERVER_IP_ADDRESS/BMCV3

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