svn - Installing subversion under /apps other than /var/www/ is not working. Centos Linux version -


i m installing subversion 1st time , have lot ofquestions. svn under /var/www/svn , on rot (/) has 50 gb of space. our devlopers might need lot of space 50gb. m trying create repositoies under /apps ( or install svn under /apps modifying subversion.conf file when access page saying forbidden. seems apache can access svn if under /var/www/. can me in solving issue. /apps filesystem has 1tb of space.and separate mount /.

in httpd.conf file document root section probally says

<directory "/var/www"> 

also can give apache ownership of directory if such placed in document root. (if understand may not work you)

chown -r apache.apache /apps 

apache can access items outside root soemthing not familiar , can apache alias

edit
comment under op says svnadmin should able create repo , should able hit it.

mkdir /app/svn svnadmin create /app/svn/testrepository chown svn:svn -r /app/svn 

subversion nice keeping space low since stores revisions projects instead or brand new versions each time.

edit
setup walkthrough - posted in comments


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -