TortoiseSVN 中的 'Move to changelist' 选项在哪里?
Where is 'Move to changelist' option in TortoiseSVN?
官方文档says :
Select one or more files and use Context Menu → Move to changelist to
add an item to a changelist.
但是当我右击一个文件,然后 select TortoiseSVN,我得到以下信息:
如何将文件添加到更改列表?
编辑: 根据 Aloc 的回答(和评论),文件可以从 'Commit' 对话框。这是我的提交对话框,但我找不到将文件添加到任何更改列表的任何选项。
我最感兴趣的是将文件添加到 ignore-on-commit
更改列表,它在与
相同的文档中进行了描述
TortoiseSVN reserves one changelist name for its own use, namely ignore-on-commit. This is used to mark versioned files which you almost never want to commit even though they have local changes.
更仔细地阅读您链接的文档页面。此操作必须从 Commit
或 Check for Modifications
对话框中执行,而不是直接从资源管理器上下文菜单中执行。
感谢 Alroc 的回答和评论 ,这是我如何做到的虚拟解释。
我们需要在文件上right-click,并且select'Commit
'。在提交菜单中,再次在文件上 right-click,并看到菜单上的最后一项。它的'Move to changelist'
官方文档says :
Select one or more files and use Context Menu → Move to changelist to add an item to a changelist.
但是当我右击一个文件,然后 select TortoiseSVN,我得到以下信息:
如何将文件添加到更改列表?
编辑: 根据 Aloc 的回答(和评论),文件可以从 'Commit' 对话框。这是我的提交对话框,但我找不到将文件添加到任何更改列表的任何选项。
我最感兴趣的是将文件添加到 ignore-on-commit
更改列表,它在与
TortoiseSVN reserves one changelist name for its own use, namely ignore-on-commit. This is used to mark versioned files which you almost never want to commit even though they have local changes.
更仔细地阅读您链接的文档页面。此操作必须从 Commit
或 Check for Modifications
对话框中执行,而不是直接从资源管理器上下文菜单中执行。
感谢 Alroc 的回答和评论
我们需要在文件上right-click,并且select'Commit
'。在提交菜单中,再次在文件上 right-click,并看到菜单上的最后一项。它的'Move to changelist'