Syntax error on line 13 of dav_svn.conf
Posted by zdravko on December 22 2009 08:21:25
If you have the following error when you configure svn and apache on UBUNTU :
* Restarting web server apache2 apache2: Syntax error on line 204 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/mods-enabled/dav_svn.conf: /etc/apache2/mods-enabled/dav_svn.conf:13: <Location> was not closed.
The error is shown because you uncomment this line <Location /svn> in file dav_svn.conf ,
but you miss to uncomment the latest line in the file dav_svn.conf "</Location>"
This will help.