How to switch subversion repository in Visual Studio using AnkhSVN?

后端 未结 7 1478
遇见更好的自我
遇见更好的自我 2020-12-30 09:00

I\'ve been developing a project locally and using a local svn server for versioning in visual studio. I now want to switch to xp-dev hosted versioning but cannot seem to get

7条回答
  •  时光说笑
    2020-12-30 09:24

    Other way is to edit wc.db (SQLite file) in your ".svn" folder, which contains repository URL. I used Firefox addon SQLITE editor, then in table REPOSITORY is only 1 row saying your repository URL, change it to new host and there you go.

    My case was that I have new computer with new HOST, so all my projects added to SVN repository had and old URL (old hostname).

提交回复
热议问题