Authorization failed error is mainly conf/auth file configuration error, you can refer to the following configuration:
[aliases]# Joe=/c=xz/st=dessert/l=snake City/o=snake oil, Ltd./ou=research institute/cn=Joe average[groups]# harry_and_sally=harry,sally# Harry_sally_and_joe= harry,sally,&Joe
#此处的admin is to define a group that is separated by commas to indicate the user admin contained within the group=qinwx,liwz# [/foo/bar]# Harry=rw#&joe =r#* =# [repository:/baz/fuz]# @harry_and_sally=rw#* =R
# [works:/] here represents the root directory of the works repository under the startup directory. @admin =RW indicates that the user of the Admin group has read and write permissions [works:/] @admin=RW
Attention:
For example, you performed
Svnadmin Create works creates a Works version library, and then you run Svnserve start the service when the-R parameter needs to make the top level directory of works, or else it will appear
Authorization failed Error!
Example Path Pwd:/alidata/svn/works
Svnserve-d-R/ALIDATA/SVN
This makes the [works:/] parameter in the Auth file work!
Linux SVN authorization failed error