SVN authorization (authorization failed)

Source: Internet
Author: User

I configured SVN as a problem. Below are three files in the conf directory.

Passwd file
[Users]
Admin= 123

User1 = 123

User2 = 123

User3 = 123
Authz File

[Groups]
G_manage = Admin

G_member = user1, user2

Others = user3

[A:/]
G_member = Admin

* =

[A:/client]

G_member = RW

* =

 

[A:/image]

Others = RW

* =

Svnserve. conf file I open the commented File
Anon-access = read
Auth-access = write
Password-DB = passwd
Authz-DB = authz

Then run the server svnserve-D-r d:/a and press enter (DOS window is off)
Right-click the client folder I want to use and create the checkout address bar: SVN: // localhost/.
When I enter the username admin password 123, error: Authorization failed occurs.

 

Solution

 

The cause of this problem is that [A:/client] has

Change [A:/client] to [client ].

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.