On Wed, 2011-04-27 at 10:29 -0700, David Brodbeck wrote: > > > That's very peculiar. What do you have set in svnserve.conf? > >
I'm using Apache, not svnserve, as I mentioned in my OP. FWIW, the apache conf file for this repository looks like: <Location /repos/ourcompany> DAV svn SVNPath /srv/svn/repos/ourcompany AuthType Basic AuthName "OurCompany Projects" AuthzSVNAccessFile /srv/svn/paths AuthUserFile /srv/svn/ourcompany Require valid-user </Location> This is only the latest iteration. I've added and removed many options trying to get this working. -Alan