Re: trac db error
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
I fixed it. Seemingly there is a problem with Apache2 and mod_dav_svn and Apache2: When restarting, it leaves the database unclean. If you run svnadmin recover on the repository as root, it sets the owner to the "root" user and thus Apache cannot access it any more. Manuel