You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by baz themail <ba...@gmail.com> on 2008/10/02 21:32:14 UTC

How do i make svn repository read only?

Hi,

I am using SVN 1.5.2 and Apache 2.2.9.

I try to switch a svn repository to read only but it doesnt seems to work.

There is only one repo in the svn server, so i went to edit the
svnserve.conf. Adding "auth-access = none" then restart the apache service.

However, I can still commit changes... why?

Thanks.

A.

RE: How do i make svn repository read only?

Posted by Pa...@Dell.com.
Isn’t svnserve.conf for the svn daemon, rather than Apache?

 

                paul

 

From: baz themail [mailto:bazthemail@gmail.com] 
Sent: Thursday, October 02, 2008 5:32 PM
To: subversion
Subject: How do i make svn repository read only?

 

Hi,

I am using SVN 1.5.2 and Apache 2.2.9.

I try to switch a svn repository to read only but it doesnt seems to work.

There is only one repo in the svn server, so i went to edit the svnserve.conf. Adding "auth-access = none" then restart the apache service.

However, I can still commit changes... why?

Thanks.

A.


Re: How do i make svn repository read only?

Posted by Steve Whitson <st...@gmail.com>.
Do you have the AuthzSVNAccessFile specified in the Apache config 
section for this repository?

See 
http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.serverconfig.httpd.authz.perdir

Hope this helps,
    -Steve

baz themail wrote:
> Hi,
>
> I am using SVN 1.5.2 and Apache 2.2.9. <http://2.2.9.>
>
> I try to switch a svn repository to read only but it doesnt seems to work.
>
> There is only one repo in the svn server, so i went to edit the 
> svnserve.conf. Adding "auth-access = none" then restart the apache 
> service.
>
> However, I can still commit changes... why?
>
> Thanks.
>
> A.