Install SVN server , create respository and users

I am going to install SVN‚  on Fedora

1. Install SVN
yum install subversion
2.  Create a Repository
svnadmin create /svn_repos
3. Create a SVN User
Edit‚  /svnrepos/conf/svnserve.conf and add the follwoing lines to it
anon-access = none
auth-access = write
password-db = passwd

4. Create a password file
Edit /svnrepos/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
6. Connecting from a client machine
Install SVN clinet amd comect to the SVN server‚  by
svn co svn://SERVER_IP_ADDRESS/svn_repos

You can leave a response, or trackback from your own site.

Leave a Reply

Subscribe without commenting


Fatal error: Call to undefined function wp_list_addonn() in /home/sites/customers/aneesh/systemadmin/blog/wp-content/themes/Grante/sidebar.php on line 106