IDEA code uploaded to SVN

First, the reference links:

1. https://blog.51cto.com/12133258/2061150 (emphasis reference procedure)

2. https://www.jianshu.com/p/75efb4974a84 (red - green - normal)

3.https://blog.csdn.net/yangfengjueqi/article/details/79084389

4. https://blog.csdn.net/weixin_44888071/article/details/90487913 (reference filter key unnecessary files)

5. The https://blog.csdn.net/weixin_42446146/article/details/94397122 (IDEA submit code to SVN)

6. https://blog.csdn.net/bn_Seed/article/details/80581500 (IDEA project submitted to the SVN mining pit recording papers)

7. The https://blog.csdn.net/simba1949/article/details/78993468 (IDEA filed maven project into SVN, and detection)

8. The https://blog.csdn.net/silentwolfyh/article/details/55189564 (IDEA Intellij disassociation (removal) SVN)

Second, ignore upload files

      Due to the different users of different environments, and therefore do not have to upload some files to the svn server, for example, some users are using the idea, and with the user using the eclipse, due to the use of different tools, so the time needed to upload ignore its environment file, as long as you can upload files and pom.xml under the src directory, regardless of which tools can be generated by the project and operation of these two documents.

Here Insert Picture Description

Add to ignore files:

Here Insert Picture Description

 

Ignore the following documents: you can choose according to the rules of match
1, .idea
2, target
3, * IML.

Here Insert Picture Description

NOTE: In the setting item may be provided with a filter (filter disposed above the same effect)

Here Insert Picture Description

Third, upload to svn project
right project, the project will be uploaded to the svn:

Here Insert Picture Description

Select upload trunk directory:

 

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description

Here Insert Picture Description

Select submitted;

Here Insert Picture Description

Tip a successful upload

Here Insert Picture Description

Here Insert Picture Description

 

Published 100 original articles · won praise 47 · views 210 000 +

Guess you like

Origin blog.csdn.net/sl1990129/article/details/102814105