Hab mal wieder ein Problem mit meinem apache...
zuerstmal:
Code: Alles auswählen
Version: 2.2.6
Code: Alles auswählen
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
Code: Alles auswählen
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath /home/svn/
AuthType Basic
AuthName sentinel
AuthUserFile passwd
require valid-user
</Location>
Code: Alles auswählen
htpasswd -c passwd User
Ok beim browsen dahin gibt er mir das eingabefeld
Ich gebe alles ein....BOM ..
Code: Alles auswählen
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
EDIT://
Hab es nun soweit das leute sich einloggen können
(
htpasswd -cm .svn-auth-file USER
)
Aber wie verpass ich denen nun bestimmte rechte?
zb das nicht jeder Schreiben kann ? Sondern nur lesen/checkout
Freu mich auf jede Hilfe ^^
~CLF