Ups, ich wusste doch das ich was vergessen habe 😊
Also alle Konfigurationen für den SVN habe ich in der dav_svn.conf gemacht.
Die httpd.conf ist leer.
Hier meine conf und das error log. Hoffe es hilft.
Ein Checkout über Tortoise auf http://server/project1 fürt zu dem Fehler. Über eine Browser ist es aber erreichbar.
/etc/apache2/mods-enabled/dav_svn.conf
<Location /project1>
DAV svn
SVNParentPath /var/local/svn/project1
SVNListparentPath on
AuthType Basic
AuthBasicProvider ldap
AuthName "svn"
AuthUserFile /dev/null
AuthzLDAPAuthoritative off
AuthLDAPURL "ldap://server:389/OU=xx,DC=TD,DC=LOCAL?sAMAccountName?sub?(objectClass=*)"
AuthLDAPBindDN _svn
AuthLDAPBindPassword password
Require valid-user
</Location>
<Location /CZGurtfo>
DAV svn
SVNParentPath /var/local/svn/CZGurtfo
AuthType Basic
AuthBasicProvider ldap
AuthName "svn"
AuthUserFile /dev/null
AuthzLDAPAuthoritative off
AuthLDAPURL "ldap://server:389/OU=xx,DC=TD,DC=LOCAL?sAMAccountName?sub?(objectClass=*)"
AuthLDAPBindDN _svn
AuthLDAPBindPassword password
Require valid-user
</Location>
var/log/apache2/error.log
[Tue Jan 10 20:28:07 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:07 2012] [error] [client 10.132.134.37] Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:08 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:08 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:09 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:09 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:10 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:10 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
svn@OBESR128:~$ tail -f /var/log/apache2/error.log
[Tue Jan 10 19:11:45 2012] [error] [client 10.131.193.134] Could not fetch resource information. [301, #0]
[Tue Jan 10 19:11:45 2012] [error] [client 10.131.193.134] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:07 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:07 2012] [error] [client 10.132.134.37] Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:08 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:08 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:09 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:09 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]
[Tue Jan 10 20:28:10 2012] [error] [client 10.132.134.37] Could not fetch resource information. [301, #0]
[Tue Jan 10 20:28:10 2012] [error] [client 10.132.134.37] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]