Displaying 1 result from an estimated 1 matches for "dav_svn".
Did you mean:
3a__svn
2007 May 21
0
Apache mod_proxy mongrel_cluster and subversion http
...to see the site without a username and
password which no one involved in this project would care to do. So for all
intent and purpose...ignore the basic auth! I know it sucks!
However if the below httpd.conf file is in place then all the sudden my
subversion repository is no longer accessable via dav_svn at
http://subdomain.domain.com/svn/appname/trunk
Is there a way to have both dav_svn http subversion access to my repository
and also serve the rails application? Please see httpd.conf file below.
Thanks!
<VirtualHost *:80>
ServerName subdomain.domain.com
DocumentRoot /var/www/appname...