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
阅读(392) | 评论(0) | 转发(0) |