Configuration and use of SVN in JS Webstorm
One. Webstorm Configuration svn:
1. Locate the file-setting (Settings) menu button in the Webstorm tool:
2. Find the plus (plugin) button in the left menu:
Enter SVN in the search box on the right or click the Browse Repositories button to pop up the box
3. In the popup, enter the SVN selection Svntoolbox plugin to the right of the install icon will appear, click to
Two. Use SVN in Webstorm:
After installing the SVN plugin through the above operation, we can submit and update the file;
The following is a brief explanation of SVN usage in Webstorm:
1. Select a file to modify the content:
I just wrote a aaabbb here.
2. Preservation (ctrl+s), which should be the most common in our lives, is also necessary. Then click Submit:
3. Fill in the Notes and submit: (as a program ape, be sure to develop good annotation habits, convenient for you I He)
Update is also the same, feel it, to believe in themselves!
Configuration and use of SVN in JS Webstrom