Re: Subversion user permissions
From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2007-05-31 08:20:14 CEST
On 5/30/07, sarancse <sarancse@gmail.com> wrote:
Which means you are using svnserve. Assuming you are using version 1.3 or
Please have a look at
In short, your svnserve.conf should look like:
[general]
anon-access = none [assuming you don't want anonymous users to access it]
authz-db = <acl file>
Point <acl file> to a file that if of the following template:
[repository-root:/]
[repository-root:/dir1/]
etc.
Hope this helps.
Thomas Harold wrote:
regards,
|
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.