1. Log in to Sina Cloud, create an application, fill in the application, and use svn to manage the code.
2. Enter code management and obtain svn warehouse information.
Possible problems: Submit errors, refer to the solution URL:
http://stackoverflow.com/questions/3903037/commit-failed-error-when-committing-new-version-to-svn-repository
Solution command:
svn commit
export SVN_EDITOR=nano
The above introduces the deployment of PHP code to sae under mac, including the content of PHP code. I hope it will be helpful to friends who are interested in PHP tutorials.