Linux Build SVN server

Source: Internet
Author: User

Construction process Main reference: http://www.centoscn.com/CentosServer/ftp/2014/0202/2409.html

But in the process, the error, the whole two hours. It's depressing to death.

SVN: Authentication failed SVN: Authentication failed SVN: Authentication failed SVN: Authentication failed SVN: Authentication failed SVN: Authentication failed

Close to the edge of the crash authentication failure is the configuration file is not configured well, as to how to configure, go find it yourself

And then I modified this place . As to why it was successful, why not do it. I am not sure, I believe that one day I will understand, I hope Daniel to answer, may be my configuration is not correct, more practice

The original code ************

[Groups] #组

admin = hello,www #创建一个admin组, adding users to the group

[/] #根目录权限设置 (This is the "SVN" folder)

AAA = RW #aaa对svn下的所有版本库有读写权限

[repo:/] #repo:/, set permissions on all resources under the repo repository

@admin = RW #admin组的用户对repo版本库有读写权限

The modified code ************

[Groups] #组

admin = hello,www #创建一个admin组, adding users to the group

[/] #根目录权限设置 (This is the "SVN" folder)

AAA = RW #aaa对svn下的所有版本库有读写权限

@admin = RW #admin组的用户对repo版本库有读写权限

Then there was another place that took me some time, "checkout" on Windows, the path has been incorrect, and later changed to the same path as Linux is ok

Svn:url does not exist

Correct Svn://192.168.100.212/repo

Error Http://192.168.100.212/repo the original agreement.

But why is the server of my company HTTP?

The company was using visual SVN.

Then the manager told me that SVN had a lot of ways to build it.

SVN command http://www.jb51.net/os/RedHat/2461.html

How to cancel the authentication cache

http://www.justwinit.cn/post/4512/

Linux Build SVN server

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.