Home >Operation and Maintenance >CentOS >When starting svn under centos, it prompts authentication failure.

When starting svn under centos, it prompts authentication failure.

王林
王林Original
2020-03-26 17:30:372390browse

When starting svn under centos, it prompts authentication failure.

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn