On Sun, May 13, 2012 at 8:41 AM, Bert Huijben <b...@qqmail.nl> wrote:
> Are you sure there are/were no authorizations applied on your server for > these files? Sorry, I'm not that familier with SVN (the admin who setup these repositories has since left). Where would these be set? > If you just did a checkout and then an update, this should never happen. My > guess would be that you have other problems, but it is hard to tell without > a reproduction.> > > Some information on the authorization settings of the repository would help > us get further in diagnosing your problem. The repo is servered over https and we have the following in the httpd config: <Location /svn/ligoweb> DAV svn SVNPath /usr/local/svn/ligoweb AuthType Kerberos SSLRequireSSL AuthName "This content is viewable by only LIGO/Virgo personnel. Please enter your LIGO Directory name, e.g. albert.einstein, and password to continue." KrbAuthRealms LIGO.ORG # KrbVerifyKDC off Krb5KeyTab /etc/httpd/conf/ligo-vcs.phys.uwm.edu-HTTP.keytab require valid-user </Location> Is this what you mean by "authorization settings"? Cheers Adam