Recently in the use of Webstorm for web development, it is worth mentioning that Webstorm is indeed a good IDE, although the memory overhead may be large, but in the writing of JS, there are many features such as automatic completion.
OK, get to the point: how to Build SVN version control tools for team development in actual project development?
First step: First download Install SVN server visualsvn: Download link.
Step Two: Install the SVN command line tool sliksvn: Download link.
Step three: Set the command-line program path in Webstorm, my SLIKSVN installation path in: D:\Program files\sliksvn. Webstorm->file->settings->vision control->subversion->use command line clicent, set this path to: D:\Program Files\sliksvn\bin\svn.exe. Click OK to finish.
Fourth step: Create the project in VisualSVN, create the user, give the user read and write permissions to the project.
Fifth step: Click the VCs menu in Webstorm, turn on version control, import the current project to SVN, the other members of the team can connect your SVN server to write code, commit.
As for the SVN file version control rules, update the way and so on everyone's own Baidu.
Windows Webstorm configuration using SVN