You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joseph Van Quakebeke <jo...@ingenix.com> on 2009/01/05 15:24:02 UTC

Access Control Help with 1.5.4 and svnserve

All;

I am using 1.5.4 on a rhel 5.0 server. I am trying to use svnserve to do
access control. I updated the svnserve.conf file to use my
access_control.txt file. So far that works great. I added the top lines:

[/]

* = r

That works fine. if I change it to:

[/]

* = rw

that works also. But if I add a branch restriction then the branch
restrictions does not work:

[/branches/br-test-1]

* = rw

Only the top level lines seem to work. I even added repoName: to the
branch name and that doesn't work. Does branch or directory restrictions
work in 1.5.4? 

Thank you;

Joe

 

Joe 


This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1005414

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


RE: Access Control Help with 1.5.4 and svnserve

Posted by po...@tigris.org.
I have it figured out.


I am using the following repository layout:
Project A /
	SubProject A /
		Trunk /
		branches /
		tags /
	SubProject B /
		Trunk /
		branches /
		tags /

And I didn't update the path correctly.  I had branches/branchName instead of projectName/subProject A/branches/branchName.

I hate those type of errors.

Joe

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1006045

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].