SVN: Item Is Not Readable Fix

SVN Update Log Error:

svn: E220001: Item is not readable

Cause: Insufficient read permissions.

Solution:
Open the project configuration file (using my project as an example):

vi /backup/svn/nager/conf/svnserve.conf

[general]
anon-access = none       # Change read to none
auth-access = write
password-db = /backup/svn/passwd
authz-db = /backup/svn/authz
[sasl]

Leave a Comment

Your email address will not be published.