===== SVN tutorial ===== Online document at http://svnbook.red-bean.com/en/1.7/index.html == 1. Add new repository == * cd to svn path * svnadmin create foldername * chmod -R 777 foldername * add permission to /etc/svn-acl-conf file == 2. Create new user == * htdigest /etc/svn-auth.htdigest "OneHealth Subversion repository" nsdphat Adding user nsdphat in realm OneHealth Subversion repository New password: Re-type new password: [root@localhost svn]#