On Mon, Jul 14, 2008 at 8:44 PM, Kenneth Gonsalves <[EMAIL PROTECTED]> 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 _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
