configuring svn (subversion) server tutorial with example in linux

Written By smart| 25 June 2009| No Comment

Easy steps to setup svn server on your linux machine.

useradd xxx
su xxx
svnadmin create ~/repository1
gedit ~/repository1/conf/svnserv.conf
—————
anon-access = read
auth-access = write
—————
$svn import /projects/myproj file:///home/xxx/repository1/myroj
$exit
svnserve -d

Related Posts with Thumbnails

Share With Others

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.