Idea Integration with SVN tutorial

 

Step One: Download svn client, it is the popular thing and turtles! Download the official website: https://tortoisesvn.net/downloads.html

Once downloaded, install it, but be careful here, choose to install all of the command-line client tools are not installed by default, if not installed in the bin directory under svn will not svn.exe, this question will be used, so it should pay attention to Oh. (All pit ah) 

The next step then the next step is installed.

Step Two: If you have already built a good svn service, then we would begin configuring the relevant configuration in the idea in the following chart: 

See the red circle is to install svn (Little Turtle) svn.exe bin directory and then click apply and OK on it.

The third step: detecting the code, followed by drawing away just fine 

Then here is your svn url in the address of the project, as 

 

Then select the url, click Checkout 

 

Then select the items you checked the directory, if it is more than a library item (that is, not a single item, like using dubbo) is recommended to put a separate folder, otherwise it will feel confused looks. 
After selecting storage directory, this option appears below the corresponding version number, usually the default 

Then the code is detected to the local

The third step: the project submitted update, as shown below 

Right-click on the subversion project, there are many options, these options are as follows 

So it is pleasant to use the svn

Note: When uploading project (maven project) do not target this upload up, server memory big points better, otherwise very slow, set the following figure: 

And then into the selected set properties as shown below: 

This means that the document ignored target, then the file will not be submitted, greatly improves the speed of svn commit and update.

Original link: https://blog.csdn.net/hello__word__/article/details/81773815

Guess you like

Origin www.cnblogs.com/hongmoshui/p/11198746.html