[Toc]
#一, install TORTOISESVN, here is the key point, need to install the SVN command
#二, Idea config SVN command svn.exe
Select the Svn.exe under the bin directory of the Turtle TORTOISESVN installation directory, note that when installing SVN, be sure to select the command mode (refer to the first step)
After you have configured SVN, you may be prompted for an SVN version that is too low to ignore. "Thisclient was tooold"
#三, export projects
Select Vcs-->browse VCS Repository---Browse Subversion Repository ...
After opening, you can see the following window, then click "+" in the upper left corner to add a warehouse
-Select a directory.
-Select JDK
At the bottom you can see that you are exporting
After the export is successful
If you do not open the project, you open it manually, you can click on the new window and open it manually.
#四, finally, in the project, right-click, select Subversion, you can submit or update the code
From for notes (Wiz)
Idea Config SVN