Home > Backend Development > PHP Tutorial > SVN 1.80 + Apache2.4.4 integration complete guide_PHP tutorial

SVN 1.80 + Apache2.4.4 integration complete guide_PHP tutorial

WBOY
Release: 2016-07-20 11:15:53
Original
871 people have browsed it

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 SVN 1.80 + Apache2.4.4 integration complete guide_PHP tutorial .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } ​ Create a hashed user password ​ <4. Attached: solutions to authentication failure and Password Mismatch ​ If you are constantly asked to enter your password when accessing the svn server, then check apache_error.log and you will find this sentence Literally means there is no authority or the password is incorrect. ​ Analysis reason: If the password is incorrect, there must be a user whose password does not match. ​ solve: ​ (1. Check whether the password file exists and create the password for the specified user (2. Check whether the VSN configuration password file path in the apache configuration file is correct (3. Did you use the following command when creating a user using the command line: ​ Error 1: htapache –c xxxxxxxx maliro Error 2: htapache xxxxxxxx maliro ​ It may be due to version issues. In the advanced version of SVN, the encrypted user password created with such a command cannot be correctly decrypted and matched. For details, refer to the command htapache help ​ ​ If you have any questions or corrections, please leave a message ​ or ​ email: 290334962@qq.com ​ ​

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440161.htmlTechArticleAttachment: the requested operation has failed Error solution attached: Could not open the requested SVN filesystem Error solution attached : authentication failure and Password Mismatch...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template