Home >Backend Development >PHP Tutorial >SVN 1.80 + Apache2.4.4 integration complete guide_PHP tutorial
Attached: the requested operation has failed Error solution
Attached: Could not open the requested SVN filesystem Error solution
Attached: Solutions to authentication failure and Password Mismatch
1. Download the file Note: The client version must be consistent with the server version. tortoisesvn is a client program that needs to be downloaded and Download address after installation: http://sourceforge.net/projects/tortoisesvn/files/?source=navbar If your English is not good, you can download a Chinese plug-in for the client. You must install the client after installing the download address: http:// downloads.sourceforge.net/tortoisesvn/LanguagePack_1.8.1.24570-win32-zh_CN.msi?download subversion is the SVN server and is a compressed package. This article mainly introduces the configuration download address of this compressed package: http://jaist.dl. sourceforge.net/project/win32svn/ 2. Client server apache version selection (important) All program versions in this article: System: win7-32bit
tortoisesvn: 1.8.0 subversion: 1.8 .0
apache: 2.4.4 (wamp) wamp download address: http://www.wampserver.com/en/
The client and server versions must match, as mentioned above. The most important thing is that the server must match apache, otherwise your apache will not be able to start. You can check what version of the server it matches in the README.txt in the downloaded subversion <span class="lnum"> 1: </span>#svn 系统模块 <span class="lnum"> 4: </span>#svn 自身模块
<span class="lnum"> 5: </span>LoadModule dav_svn_module modules/mod_dav_svn.so
>
7215845a20c208cfc822ded6d0e4a2f6
<span class="lnum"> 2: </span>DAV svn
<span class="lnum"> 3: </span>SVNParentPath D:/www/depot
<span class="lnum"> 4: </span>
<span class="lnum"> 5: </span>AuthZSVNAccessFile <span class="str">"D:\www\depot\authz"</span>
<span class="lnum"> 6: </span>AuthUserFile <span class="str">"D:\www\depot\passwd"</span>
<span class="lnum"> 7: </span>
<span class="lnum"> 8: </span>Satisfy Any
<span class="lnum"> 9: </span>Require valid-user
<span class="lnum"> 10: </span>
<span class="lnum"> 11: </span>AuthType Basic
<span class="lnum"> 12: </span>AuthName <span class="str">" Welcome to my SVN , But you need input password! (-: "</span>
<span class="lnum"> 13: </span></Location>将以前的配置 修改成以上代码 第五行 设置权限配置 文件的位置 第六行 设置密码文件的 存放位置 一般都是 存放在 仓库的父目录下 63a0fcc239b7e4adb86181cce416ec41 读操作 w –> 写操作 e2ddb60b6101aa2978ff5731c612b2b3 If you have any questions or corrections, please leave a message or email: 290334962@qq.com