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