Home >Backend Development >PHP Tutorial >Using phpstorm for svn submission

Using phpstorm for svn submission

WBOY
WBOYOriginal
2016-07-29 09:14:481188browse

It’s really difficult to find a free and easy-to-use SVN on macbook, or the picture is very blurry. I originally wanted to use Xcode, but after struggling for a while I wanted to open a php project folder, but I couldn’t do it. In the end I decided to use it. phpstorm. I didn’t expect it to be quite easy to use.

Using phpstorm for svn submission

First find a project folder and check out the project.
Use phpstorm for svn submission
I won’t take screenshots of this kind of guided thing one by one. Finally check It will be a little slow when exporting, and it requires multiple confirmations.
Use phpstorm for svn submission
When I cd to the directory I just checked out, I found that the .svn directory already exists.
Use phpstorm for svn submission
At first, there may be no version controller option in the menu when right-clicking on the project directory (as shown in the picture) because the SVN version controller has not been selected under the vcs menu. Which one to choose? I forgot to take a screenshot when I just selected it. Save it. Only then did I realize that it was displayed. Anyway, I imported svn version control under the VCS menu of the navigation.
Then do the operation as shown in the picture, and you can submit it
Use phpstorm for svn submission
Use phpstorm for svn submission
Others Everyone needs to slowly explore the commonly used svn operations.

The above introduces the use of phpstorm for svn submission, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
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