The premise is that the SVN plug-in must be installed in zend studio. Regarding the installation of SVN, you can refer to the previous blog post: (http://blog.csdn.net/hsd2012/article/details/51940686), or my personal Site (http://www.findme.wang/index.php?s=/Blog/detail/id/24.html)
1. Right click, import
and select from svn
Then fill in the svn address and the corresponding account password
The created project is as follows
Note that if there are project-related things such as the .settings folder, .project file, etc. in the svn project, this You should consider creating the project from SVN instead of importing it.
The above introduces the diagram zend Studio imports PHP projects from SVN, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.