Solution:
1. Ensure that the configuration file authz corresponds to the path when starting svn
vi authz 新增如下内容 [project:/] #svn根目录* = rw #所有用户有读权限
(Recommended tutorial: centos Tutorial )
2. Directly delete the local authentication record
The command is as follows:
rm ~/.subversion/auth/ -rf
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of When starting svn under centos, it prompts authentication failure.. For more information, please follow other related articles on the PHP Chinese website!