On Mar 17, 2011, at 23:23, bruce wrote: > I have the following in the subversion.conf for the apache server: > > <Location /repos> > DAV svn > SVNPath /apps/CollegeDir/CollegeRepository/ > > AuthzSVNAccessFile /asvn/svnAccessAuthz > AuthType Basic > # AuthName "Subversion Repository" > AuthUserFile /asvn/svnUserAuthz > Require valid-user > # > # # Limit write permission to list of valid users. > # <LimitExcept GET PROPFIND OPTIONS REPORT> > # # Require SSL connection for password protection. > # # SSLRequireSSL > # > # AuthType Basic > # AuthName "Authorization Realm" > # AuthUserFile /path/to/passwdfile > # Require valid-user > # </LimitExcept> > </Location>
> When I try to access the repos, using the following i get the Internal > 500 error, with the "Need Authname /foo" in the apache err logs. Do you actually have an AuthName directive? Your config above shows it commented out.