1. How to switch?

2. Select the resource path to switch

3, Biu as you wish error! SVN message E155024: Invalid Relocation Destination

4. Why is this problem? Why does it happen?

E155024: Invalid migration resource directory

The reason is as follows: the corresponding resource path is not found, possibly because the development tool will not be able to recognize the new path on your SVN after checking out the project and relocating it to the absolute path from the relative location of the current project.

5. How to solve it?

Since the plug-in can’t solve it, let’s try it with the SVN command. SVN SW switches paths. But beware!

(1) First locate the local path of the project we want to switch to (CD/XX/XX)

(2) Perform the operation in the local project directory. SVN switch New branch path SVN sw New project SVN address The following is an example:

SVN sw https://192.168.0.5:8443/svn/XSTHC/project/java/sentamdt2.0Copy the code

Specific examples are as follows:

6. Then perform step 2