[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN authz file not working when checkout on the same server

From: Branko ÄŒibej <brane_at_apache.org>
Date: Tue, 23 May 2017 12:43:55 +0200

On 23.05.2017 10:27, 张乾龙 wrote:
> When I create svn proj on a server, I modify authz and svnserve.conf to control the access of other users, but after I tried many times and found: On the same server, other user can use 'svn co file:///path/to/my/proj' to checkout the svn proj without passwd even I config all users have no authority to access my svn proj! Of cause, if other users on the same server using 'svn co svn://' checkout my proj, the passwd and authority are needed.
>
>
> Have I missed something when using SVN? Thanks!

This is exactly as designed. You should restrict permissions on the
filesystem where the repositories are stored so that only the 'svnserve'
process user can read and write them.

-- Brane
Received on 2017-05-23 12:43:50 CEST

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.