Move Directory across SVN repository using Tortoise SVN

前端 未结 4 1730
半阙折子戏
半阙折子戏 2021-01-31 07:29

How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN.

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-31 08:04

    Note that Chris Thompson's accepted answer only works if both directories are already recognized by TortoiseSVN. If you create a new folder in Explorer and try to move a file to it from an existing folder, you won't get the TortoiseSVN contextual menu items. After you create the new folder, you have to do either a Commit action (which creates a new version number) or an Add action (which doesn't), so TortoiseSVN knows about the new folder, and then you'll get the option to move the items in SVN. More here.

提交回复
热议问题