3.17.2013

How To Set Up An SVN Repository

How To Set Up An SVN Repository

Referenced from: 

which svn
svnadmin create ~/myrepository
pico ~/myrepository/conf/svnserve.conf

add the following to this line
anon-access = none
auth-access = write
password-db = passwd

Create the password file
pico ~/myrepository/conf/passwd

Add a line in the password for for your user in the format =
exampleuser = examplepassword

Run the SVN server as a daemon
svnserve -d

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.