How do you move a file?

后端 未结 13 2174
夕颜
夕颜 2020-11-30 18:01

I\'m using TortoiseSVN against the SourceForge SVN repository. I\'d like to move a file from one folder to another in order to maintain its revision history. Is this possibl

13条回答
  •  独厮守ぢ
    2020-11-30 18:20

    With TortoiseSVN I just move the file on disk.

    When I come to commit my changes I select the missing file and the new one and select "Repair move" from the right click menu:

    This means I can let my IDE move round files and use it refactoring tools without losing history.

提交回复
热议问题