Shelve in TortoiseSVN?

后端 未结 7 2049
春和景丽
春和景丽 2021-01-31 13:34

I\'ve moved from TFS to SVN (TortoiseSVN) with my current company. I really miss the \"Shelve\" feature of TFS. I\'ve read various articles on how to \"Shelve\" with SVN, but I\

7条回答
  •  臣服心动
    2021-01-31 14:37

    Another option is to use the 'Create patch' facility in TortoiseSvn to create a patch file and revert changes. The patch file can later be reapplied to get back where you were.

    You may still end up with some sticky merges if you have to update the working copy revision though.

提交回复
热议问题