Setup SVN Server

Setup SVN Server 1. Create a respo svnadmin create /home/svn 2. Create SVN username and password pico /home/svn/conf/svnserve.conf anon-access = none auth-access = write password-db = passwd Then create your password file pico /home/svn/conf/passwd In that file add a line for your user: # add users in the format : user = password user1 =…