Home > Article > Backend Development > Using phpstorm for svn submission
It’s really hard 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. Finally, I thought Let's use phpstorm. I didn't expect it to be quite easy to use.
First find a project folder and check out the project.
Use phpstorm for svn submission
I won’t take screenshots of this kind of guidance one by one. The final checkout will be a bit slow and requires multiple confirmations.
Use phpstorm for svn submission
When I cd to the file I just checked out directory, it was found that the .svn directory already exists.
Use phpstorm to perform svn submission
At the beginning, there may be no version controller option in the menu of right-clicking the project directory (as shown in the picture) because there is no version controller under the vcs menu. The SVN version controller was not selected. Which one to choose? I forgot to take a screenshot when I just selected it. I found it was displayed after saving it. Anyway, I imported the svn version control under the VCS menu of the navigation.
Then do the following The operation shown in the picture can be submitted.
Use phpstorm for svn submission
Use phpstorm for svn submission
You have to slowly explore other common svn operations.
The above is the detailed content of Using phpstorm for svn submission. For more information, please follow other related articles on the PHP Chinese website!