1 Item name right-->team-->share project-->
2 Create a new repository location and enter the access URL for the SVN server:https://ylt-YF:8443/svn/code_babasport/ 3 Enter user name and password:
Note: The above 3 steps only submitted the project name to SVN, the project has not yet been submitted4 Selective Submissions (?) for projects in Eclipse. Representative asks whether to submit)
① Right--->team--> add to svn:ignore (means ignore commit to SVN server)
②Right-click-->team--> Commit (indicates code submitted to SVN)
5 Viewing version and recovery codes
① Right click-->team--> Show Resource History (view historical version)
Double-click each version to see the history code③ the most perfect and efficient way to manually copyHistory Codeto the current class file (Recovery Code)
operation of the SVN repository:1 See if there is a needUpdateof theCode (download code submitted by someone else)2 own needSubmitcode (changes made) Here you can choose 'Submit' (Code of your own change), or you can select 'Overwrite/update' (SVN server's existing code)
3 default display requiredUpdateand theSubmitthe Code
Eclipse plugin uploads items to SVN server