Let's take a look at how to create a svn user.

Source: Internet
Author: User
Let's take a look at LINUX: how to create a svn user? I have root permission. how can I create a svn account ?, Use htpasswd to create a user name and password comparison file. If you want to perform HTTP access, you also need to set the APACHE dav-svn structure: add the following lines: AuthTypeBasicAuthName for LINUX: how to create a svn user?
I have root permission. how can I create a svn account?


------ Solution --------------------
Use htpasswd to create a user name and password comparison file.
To perform HTTP access, you must set the dav-svn structure of APACHE:
Add the following lines:

AuthType Basic
AuthName "svn Subversion Repository"
AuthUserFile/etc/apache2/svn_pwd
Require valid-user

Svn_pwd is the password file you created.

------ Solution --------------------
Take a look at the three files under the conf directory under the svn Library: svnserve. conf, passwd, and authz. it can be understood literally. The file content is explained accordingly.

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.