What should I do if php svn is not an internal command?

藏色散人
Release: 2023-03-17 06:56:01
Original
3748 people have browsed it

php svn is not an internal command solution: 1. Find the svn installation package and double-click it; 2. Select "modify" to modify the installation; 3. Click the symbol before "command line client tools"; 4. Select " Entire feature will be installed on local hard drive" and continue the installation; 5. Run svn through cmd.

What should I do if php svn is not an internal command?

The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.

php What should I do if svn is not an internal command?

svn is not recognized as an internal or external command, operable program or batch file

Symptom: When using a batch file to update version information through svn, the prompt: svn;' is not an internal or external command, nor an operable program or batch file'

Problem analysis: The svn executable program was not found in environment variables or system variables

Cause of the problem: Installation When using svn, the command line client is not selected for installation

Problem solution:

1. Find your svn installation package, double-click it,

2.After Select (modify) to modify the installation

3. Then you will see a cross in front of the command line client tools

4. Click the cross and select Entire feature will be installed on local hard drive

5. Then just next and install.

6. Run svn through cmd, and the words Type 'svn help’ for usage will appear

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What should I do if php svn is not an internal command?. For more information, please follow other related articles on the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!