How to associate MyEclipse project with svn

This article is written because of associating the project in MyEclipse with the project in SVN, and encountered a problem with the directory hierarchy, it is very pitted, hereby record

The application scenario is like this. Now there is a project in MyEclipse. I want to upload it to the SVN service. At the same time, I must associate the project in MyEclipse with the project in SVN, not through checkout.

One: SVN server

        ①: Create a warehouse first, then create a directory, and name the directory as the project name

                The pit is here, remember to create at least a level 2 directory, and the project name should be placed in at least the second level directory and beyond

        ②: Import the project into the SVN server through the SVN client import

        ③: Associate the project in MyEclipse with the project in SVN

                1: URL fill in the upper level directory of the project name in the SVN server, for example, the project name in my SVN is like this

                      

                       Then the URL filled in is https://LAPTOP-DEQJD/svn/OA/

                 2: Specify the address

                    

                3: Then click Next, it will prompt "The folder {0} already exists in the resource library, ignore it, click OK.

                4: Complete

Guess you like

Origin blog.csdn.net/qq_20594019/article/details/88825297
Recommended