SVN modify the URL path - use the relocate (relocate) command and can not find the problem to solve

When the svn server url changes and you don’t want to re-checkout locally, you can use the svn relocate command to relocate the url;

Take TortoiseSVN as an example under Windows, right click on the warehouse folder, TortoiseSVN-(relocate) relocate,

 1. Windows TortoiseSVN client:  Right-click on the root directory
of the working copy -> TortoiseSVN->Relocate (Relocate), and then modify the URL,  2. Mac OS or Linux client:  svn sw --relocate svn://old_ip / directory svn://new_ip/ directory



If the right button is not displayed, it should be unchecked by default, enter the settings, check it as shown in the figure below, and apply OK

Different places can be displayed, please configure as needed.

The picture below is the right menu display of the little turtle 

The following figure is the right click display of windows 

Renderings: 

PS: Remind again, you need to right-click to search in the root directory, otherwise you will not find it

 —The End—
There will be good ways to update in the future, and everyone is welcome to communicate and help each other.
Please pay attention if it is helpful to you!

Guess you like

Origin blog.csdn.net/github_35856054/article/details/130841710