Home > Article > Backend Development > What should I do if php svn is not an internal command?
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.
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!