[SVN] the project is imported from eclipse to SVN, and eclipsesvn
SVN version controller:
Software: VisualSVN (server side): https://www.visualsvn.com/
TortoiseSVN (client): https://tortoisesvn.net/(Note: This article is from eclipse import project to svn, so this client is not used)
1. Install the Svn plug-in for eclipse
Open the eclipse-> Help-> Install New Software option, click the Add button, Add the desired version of the svn controller, enter the name and url, and click OK.
After pending, select all to install.
2. Install VisualSVN (server side). The process is simple and is omitted here.
3. In the running start menu, visual SVN server manager creates a repository, creates a user, adds a user to the repository attributes, and assigns permissions.
Note: When creating a warehouse, I choose not to create brank,
4. Add the svn location in eclipse,
1. Click the windows menu in eclipse, select show view --> other, and select the SVN repository under SVN]
2. Right-click the open window and choose "create SVN repository". Enter the address: Right-click the repository and select corp url.
-- Added svn to ignore Resources
1. Window-> Preferences-> Team-> Ignored Resource
2. Added: logs and target
5. Right-click the project on the left of the eclipse window and select team-share to the svn. In this way, under the svn address, you will see an empty folder for the project.
6. Upload the original project code. Right-click the project on the left of the eclipse window and select team. A series of Command Options are displayed. Select submit for upload.
Note: To deploy the svn project on another computer, follow the steps 1 and 4 above to create the svn address of the local eclipse, right-click the node of the resource library, and click check out resource library ], check out the project source code by following the steps.