Gentoo subversion 설치 과정 기록

$ emerge subversion $ vi /etc/conf.d/svnserve # The commented variables in this file are the defaults that are used # in the init-script. You don't need to uncomment them except to # customize them to different values. # Options for svnserve SVNSERVE_OPTS="–root=/home/svn –log-file=/var/log/svnserve.log" # User and group as which to run svnserve SVNSERVE_USER="root" SVNSERVE_GROUP="root" $ […]

Installing Subversion on Gentoo

Installing Subversion on Gentoo Installing Subversion on Gentoo is very easy. By this point, you should have installed apache, dns, vhosts, and webapp-config and may have completed installingssl, and using htaccess. We will install subversion and websvn with separate public and private repositories. The repositories will be available locally and remotely via webdav. Subversion and WebSVN Installation code # emerge subversion […]