I used git all the time, didn't use SVN, the company developed a new project, the development tool idea, the code management SVN, so, must learn this to learn.
1. First use SVN to import a new project into idea
Then a SVN repository will appear below.
Click the green + sign in the top left corner
Fill in your SVN address here, then click OK, you can browse some of the files on the library, do some delete, check the history of the operation and so on, but if you add the SVN library, the limit of restrictions, then you have to fill in your account and password
Lead the project to our work space
Click the green + sign
Fill in the SVN address enter the URL and click on the name of the item you want to checkout, then click OK to start checkout
If you are importing a framework for a project at this point, and there is no SRC code, then you need to import the specific SRC code: here's how
All the way next, until the project is imported into idea, so far the entire project has been imported into idea through SVN. 、
You can then see who made the changes and so on.
2. Update code
Select the item, right-click
It's such a simple, rude update of the code.
3. Submit Code
Commit message inside Write the submitted information, which is a good habit