Hi All,

We are using svn over http and it was working perfectly until yesterday.
SVN is configured to
be served from the virtual host svn.webwork.maa.org on an ubuntu server as
follows:

<VirtualHost *:80>
    ServerName svn.webwork.maa.org
    DocumentRoot /var/www

<Location />
 DAV svn
 SVNParentPath /var/svn
etc...

Yesterday, I added to the apache config file

Alias /pod  /var/www/wwdocs
<Location "/pod">
AddOutputFilter INCLUDES .html
</Location>

to serve html versions of our pod docuemntation from webwork.maa.org/pod

That seemed to work fine, but it didn't occur to me to check svn commits.
But
today I discover that commits are met wtih the message

svn: Commit failed (details follow):
svn: Could not open the requested SVN filesystem

Unfortunately, this is all apache's error.log tells me too,  This persists
even when I comment out the pod directive above and restart.
Also, checkouts work, webwork.maa.org/viewvc works, and the repos are
directly accessible over the web.

Any suggestions for troubleshooting this?

Thanks,
Jason

Reply via email to