When starting svn under centos, it prompts authentication failure.

王林
Release: 2020-03-26 17:30:37
Original
2346 people have browsed it

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  #所有用户有读权限
Copy after login

(Recommended tutorial: centos Tutorial )

2. Directly delete the local authentication record

The command is as follows:

rm ~/.subversion/auth/ -rf
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template