Daily Archives: June 18, 2008

Linux: How To Setup A Basic SVN Repository And Server

Setting up Subversion Server on Fedora Become root and install subversion via yum # yum install -y subversion Create your svnroot directory # mkdir -p /home/svnroot # svnadmin create /home/svnroot Edit your svnserve.conf # vim /home/svnroot/conf/svnserve.conf Your basic svnserve.conf will … Continue reading

Posted in Linux | Leave a comment