[Ilugc] http auth and subversion

  • From: bhuvan@xxxxxxxxxx (Bhuvaneswaran A)
  • Date: Mon Jul 14 21:46:41 2008

On Mon, Jul 14, 2008 at 8:44 PM, Kenneth Gonsalves
<lawgon@xxxxxxxxxxxxxxx> wrote:

Hi,

I have a repository with trunk and branches. This runs under https. I have
several people who have commit right to everythig. I wanted to give a person
commit rights only to one branch. My authfile is like this:

main-devels=a,b,c
branch-devels=d

[myrepo:/]
@main-devels=rw
* = r

[myrepo:/branches/mybranch/]
@branch-devels=rw
*=r

Can you specify the branch without specifying '/' in the end? I think
i faced this problem before and this solution seem to fix the issue.
Your configuration file should look like this:
main-devels=a,b,c
branch-devels=d

[myrepo:/]
@main-devels=rw
* = r

[myrepo:/branches/mybranch]
@branch-devels=rw
*=r

-- 
Regards,
Bhuvaneswaran A
www.livecipher.com
GPG: 0x7A13E5B0

Other related posts: