[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting SVN E155035 after multiple updates of repository

From: Adam Mercer <ramercer_at_gmail.com>
Date: Wed, 16 May 2012 12:02:38 -0400

On Sun, May 13, 2012 at 8:41 AM, Bert Huijben <bert_at_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
Received on 2012-05-16 18:03:51 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.