Installation and use of svn on webstorm

1. First download SlikSvn URL: https://sliksvn.com/download/ Enter the website and download 32-bit or 64-bit svn as needed. The following picture shows the icon style to be downloaded

Click to download.

2. Configure svn in webstorm. Open your webstorm and click File -> Settings in turn, then click on Version Control in the pop-up box, click on the SubVersion below, fill in your svn installation path in Use command line client, and write C:\Program if you are the default installation. Files (x86)\SlikSvn\bin\svn.exe, that is, find the path of the svn application you installed and write the path in. Here is the diagram:

Then click ok below, so that the webstorm installation of svn is configured.

 

3. Pull the project from svn

Open your webstorm and click CVS then click checkout from Bersion Control then "SubVersion" and then a pop-up box will appear, click the plus sign above the pop-up box, write the address of the project you want to pull on it and click "ok"

If there is a user name and password, a box will pop up to enter the user name and password.

4. Various other operations.

Update item

Remember to update your project before modifying the code. Right-click on the project and select "Subversion" below and select "Update Directory" to pull the latest project from svn.

Remember to submit the code after modifying the code. Right-click the project and select "Subversion" and then select "Commit directory" to submit your code to the remote svn.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325210271&siteId=291194637