UBUNTU on TLS to build SVN problem resolution

Source: Internet
Author: User
Tags svn client

UBUNTU TLS on Build svn
Refer to the article on the Internet http://www.cnblogs.com/likwo/p/3152365.html
Set up an SVN server. Let's talk about my understanding.

Building the main idea is to use apache2 and subversion
Subversion server is mainly composed of svnadmin, the initialization of the SVN library directory structure, the real function of the SVN service is actually the Apache plus APACHE_SVN module plug-in. The SVN client interacts with Apache using the HTTP protocol. In particular, the option method is used for data submission.
Problem one, SVN import after storage, missing tool chain. o File
Cause: Global-ignores is a file type that is ignored at commit time and is included by default. O
Edit the/etc/subversion/config file, modify the relevant settings, or SVN add *.o to add it again
Second, no authentication is required for SVN access
Limitexcept GET PROPFIND OPTIONS Report
Require Valid-user

means that, in addition to the Get method, restricting valid users can be used, that is, anonymous users are allowed to read get
Modify/etc/apache2/mods-available/dav_svn.conf
Limitexcept removed after the resolution.
This file is modified to restart Apache2

UBUNTU on TLS to build SVN problem resolution

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.