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

Re: "connection closed unexpectedly" and/or "not authorized to open root of edit operation"

From: Jason Huck <jason.huck_at_gmail.com>
Date: 2007-08-10 19:41:15 CEST

Rainer Sokoll wrote:
>
> On Fri, Aug 10, 2007 at 09:51:28AM -0700, Jason Huck wrote:
>
> Hi,
>
>> Just tried that. Didn't help, but, after doing it, I realized that the
>> problem has something to do with authz. I've got two groups defined, and
>> one
>> group has r/w perms on the whole repo, while the other has read-only
>> perms
>> on just one folder within the repo. Have the rules for this changed in
>> recent versions of Subversion? When I make perms wide open, everything
>> works
>> normally (in both the old and new versions of the repo), but obviously I
>> can't leave it that way.
>
> You are getting closer :-)
> You did not mention the trac version you use - could you do that,
> please?
> Also, you may post your authz file (anonymized, of course).
>
>

We're not using trac. We do have roundup running on the machine, but it's
not integrated with subversion.

Here's a generic rundown of the authz configuration:

---
svnserve.conf
---
[general]
anon-access = none
auth-access = write
password-db = /svn/svnusers
realm = My Repo
authz-db = /svn/authz
---
svnusers
---
[users]
UserA = 12345
UserB = 54321
UserC = 90210
UserD = 86753
---
authz
---
[groups]
main = UserA, UserB
sub = UserC, UserD
[repo:/]
@main = rw
[repo:/trunk]
@sub = r
Thanks,
Jason
-- 
View this message in context: http://www.nabble.com/%22connection-closed-unexpectedly%22-and-or-%22not-authorized-to-open-root-of-edit-operation%22-tf4248974.html#a12095959
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 10 19:39:26 2007

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.