IDEA or SVN modify the svn address of the old project

The company svn address has been changed, and the ip has been changed. There is still code not submitted locally. Here is how to modify it to a new address in IDEA or svn, and then the code can be submitted directly. There are also articles on the Internet, but a key point is not indicated in it, which has caused many people to fail to modify it. So here comes this article.

Modify the svn address under IDEA

  • Modify the method, in the idea 右键项目, and then find Subversionthe following relocate. Just modify to URLthe address in it. As shown below
    insert image description here

insert image description here

  • .svnFor the project opened by idea, there must be a folder under the project directory , which is the most important thing. You may have pulled down all the files directly, but idea only opened the code project. At this time, you are not in the .svnsame directory. This means that the project you opened is not the local root directory, and the modification is unsuccessful at this time. The root directory needs to be opened.
    insert image description here

insert image description here

Modify directly under local svn

  • Find .svnthe root directory of the local project, right-click to find the svn relocatemodification. Note that it must be in .svnthe root directory with
    insert image description here

Guess you like

Origin blog.csdn.net/qq_31424825/article/details/131411541
svn