忽略/取消TortoiseSVN中的文件夹/文件

w00*_*977 9 svn version-control tortoisesvn svnignore

以下网页建议通过右键单击文件/文件夹并选择"从忽略列表中删除",可以通过TortoiseSVN取消文件/文件夹的签名.我没有这个选项,如下所示:

在此输入图像描述

"Unversion add to ignore list"和"Unversion add to ignore list(recursive)"之间的区别是什么?我在这里读过"Unversion add to ignore list(recursive)"忽略了树中的所有文件/文件夹,但根据我的经验,"Unversion add to ignore list"也是这样做的.

om4*_*987 14

  1. 右键单击文件夹,然后转到"属性".您将看到所有被忽略的文件和外部列表的列表.

  2. Unversioned是源控件和忽略的文件 名单

  • 只是建议,每个文件夹都有自己的配置,在shell/cmd上查看所有文件的内容类型`svn pg -R svn:ignore .` (3认同)

小智 5

TortoiseSVN ? Unversion and add to ignore list will first mark the file/folder for deletion from the repository, keeping the local copy.
It also adds this item to the ignore list so that it will not be added back into Subversion again by mistake.
Once this is done you just need to commit the parent folder.
Run Code Online (Sandbox Code Playgroud)