SVN client resolves authorization failed problem

Source: Internet
Author: User

1. Create a folder

E:\STWSource\STWLibrarySVN


2. On the folder stwlibrarysvn the right key tortoisesvn->create epository here


3. Create a Folder

E:\STWSource\STWLibrary


4. Create a batch file E:\STWSource\svn-server.bat

@echo off

cd C:\Program files\tortoisesvn\bin
C:

set svnpath=e:\stwsource\stwlibrarysvn\

TITLE% svnpath%

@echo on
svnserve.exe--daemon--root%svnpath%


5. Double-click to run Svn-server.bat file, SVN server starts normally


6. Client add file, commit, error authorization failed


Solving method

1) E:\STWSource\STWLibrarySVN\conf\authz Add

* = RW

2) Modify E:\STWSource\STWLibrarySVN\conf\svnserve.conf

Line found:

# password-db = passwd
Amended to

Password-db = passwd

3) Modify E:\STWSOURCE\STWLIBRARYSVN\CONF\PASSWD

Add rows below [Users]

Patdz = Patdzsecret



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.