The preface is about how to associate a new project to the VISUALSVN warehouse.
Installing the VisualSVN1. VISUALSVN is equivalent to installing an SVN server.
2. Create a new user each commit code of the person, have their own user name and password.
3. Create a new warehouse (repository) To submit code to this warehouse address.
Install SVN plugin 1. Installing the SVN plugin for myeclipse or eclipse is equivalent to installing an SVN client. (TortoiseSVN is the client, and the SVN plugin is also the client.) )
Start associating items to SVN server 1. Right-click Project-"Team--" shared project
(Choose SVN Warehouse Type here Note: Only the SVN plugin is installed and the SVN repository type is present, and CVS is the MyEclipse plugin.) )
2. Fill out the SVN repository path
3. Association success
(Note: The project name is preceded by an asterisk, indicating that the project has code not submitted, the SRC directory file has a question mark, indicating that all source files are not submitted.) After the association succeeds, only the new project and the SVN server's warehouse address is associated, at this time the SVN server warehouse address does not have any source files, because the source code in the client has not yet submitted to the SVN server. )
4. Once the association is successful, you can submit the code
(Note: Right-click Project--"team--" at this point can be seen to submit the code, here to submit the entire project to the SVN server.) )
5. After the submission is complete
(Note: You can see that the source version is 2, the first time the association succeeds when the version is 1.) )
(You can also see the project you just submitted in the SVN server)
How the SVN plugin associates the project to VISUALSVN