Resharper and TortoiseSVN

后端 未结 4 1229
轮回少年
轮回少年 2021-02-19 10:42

Is there any good way to deal with the class renaming refactor from Resharper when the file is under source control and TortoiseSVN is the client. I have am trying VisualSVN ri

相关标签:
4条回答
  • 2021-02-19 11:12

    You should really check the Free as in Beer option of AnkhSVN. They made some major improvements in v2.x and I don't feel penalized anymore when doing ReSharper refactoring-ninja moves inside Visual Studio.

    0 讨论(0)
  • 2021-02-19 11:14

    Time to branch your repository. That's the nice part about version control, you can create new branches without totaling the old ones.

    0 讨论(0)
  • 2021-02-19 11:21

    TortoiseSVN 1.5 has a neat hidden feature on the check in window:

    Select a missing file and a new file and right-click. One of the options will be "fix move".

    I tend to refactor away, and then use this to fix any files where the name has changed.

    0 讨论(0)
  • 2021-02-19 11:28

    I find VisualSVN to be well worth the money. There are ways to do it with Tortoise, but the integration of VisualSVN is very nice. I had tried over VS-integration tools before like Ankh and was not impressed. V-SVN has really upped the level of interaction with the repository from the IDE.

    The quick trick in TortoiseSVN to fix the move sounds pretty nice as well, I need to try that out.

    Another bonus: I've yet to "forgot" to add a file to the repository since I got Visual SVN.

    0 讨论(0)
提交回复
热议问题