Re: SVNServe path based authorization help.
From: Sami Mikhail <thesamim_at_yahoo.com>
Date: Wed, 7 May 2008 07:00:19 -0700 (PDT)
Here is the ls list:
C:\>svn ls svn://localhost/
C:\>svn ls svn://localhost/MyMiscFoo
C:\>svn ls svn://localhost/MyMiscFoo/trunk
C:\>svn ls svn://localhost/MyMiscFoo/trunk/MyProject
I will search on the thread you pointed out further down.
Actually the root of the repository is c:\dev\MySVNRepo. Starting svnserve:
Tried:
as identifiers in the sections but got the same result.
(Is there a way to get verbose logs out of svnserve ?)
Thanks all for the continued help!
PS: Please note (in case it is not entirely obvious) MySVNRepo is a vast simplification of a complex repository i will be applying the authorization permissions to. The thinking is that if I can't get it to work in the simple case, I'm only going to muck up the complicated case. :)
----- Original Message ----
On Tue, May 6, 2008 at 1:28 PM, Sami Mikhail <thesamim_at_yahoo.com> wrote:
Thanks for the catch on '@' prefix for group names.
Thanks also for the pointer re: canonical paths, but I must be missing something fundamental.
Here's a run down of what I have tried so far (apologies for the length.)
URL repository:
Working Copy:
What is the root of the repository? [under which you will see files like db, conf, hooks etc]. I am assuming it is MyMiscFoo.
What you specify with the access control file depends on that. AssumingMyMiscFoo is the root of the repository, then [MyMiscFoo:/trunk] iscorrect.
Attempt:
@developers = rw
result:
attempt:
@developers = rw
result:
[groups]
@developers = rw
result:
[groups]
@developers = rw
result:
I am guessing there is something wrong with the path based access controls. I think ron is able to commit because the auth with [/] is working and rest of the auth is not taking effect. Something not quite right with the all the paths I think.
Would it be possible to show us the directory structure using "svn ls" for each directory?
svn ls svn://localhost/
Additionally, there was an issue with authz on Windows that is somewhat similar to your issue http://svn.haxx.se/users/archive-2006-03/0057.shtml
Thanks,
<snip rest of the email thread>
|
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.