I checked the server and found out that somehow all the svn binaries were removed so I reinstalled them. I checked my previous svn configs in /etc/apache2/mods-available/dav_svn.conf: they are correct and unchanged. But my urls are still not working.
After a few hours of searching and debugging, Here's my solution: sudo a2enmod dav_svn
1 2 3 4 5 6 7 8 9 10 11 12 13 | bladepopper@server:/home/svn$ sudo vim /etc/apache2/mods-available/dav_svn.conf bladepopper@server:/home/svn$ sudo a2enmod dav_svn Considering dependency dav for dav_svn: Module dav already enabled Enabling module dav_svn. To activate the new configuration, you need to run: service apache2 restart bladepopper@server:/home/svn$ sudo service apache2 restart * Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.1.10 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.1.10 for ServerName ...done. bladepopper@server:/home/svn$ |
沒有留言:
張貼留言