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

Re: Re: Read Only Repository Ignored

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Mon, 4 Jun 2012 03:03:51 +0400

2012/6/4 Philip Ball <philipb_at_serkoonline.com>:
> Andy, thanks for the reply; but I don't believe that it is a server problem as when the same user uses a different machine they are stopped.  The other thing that makes me believe that it is a client problem is that no matter what user we connect to SVN from the problem machines the same thing happens.

a) The machines are special. You allow unauthenticated access from
those specific machines?

E.g. if you have "Satisfy Any" in Apache HTTPD config.
http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html#satisfy

You should be able to see in server logs and in svn:author property in
their commits whether the user was authenticated or not.

b) The users are special? Their passwords provide some special privileges?

Note that svn clients cache user's password, unless the user opts out.

The passwords can be cleared through the Settings dialog of
TortoiseSVN, or by deleting certain subdirectory in Subversion
configuration area (that is what the Setting dialog does for you), or
you change their password on the server side.

c) They accessing the repository through some other channel, not the
one that you have secured. E.g. through a different URL.

Look at their working copies. Look at the server logs.

d) Your implementation of "nobody can commit" feature is broken. You
have not explained what exactly it is.

All of the above besides b) have no relevance to TortoiseSVN.

Best regards,
Konstantin Kolinko

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2968648

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-04 01:03:55 CEST

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

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