无法使用 TortoiseSVN 取消忽略目录
我想忽略“输出”目录,因此在上下文菜单中我选择了 tortoiseSVN->unversion 并添加到忽略列表,后来我意识到这不是我想要的,因为我想要那个目录继续存在于存储库中。
我查看了父目录中的“忽略”属性,并且“输出”不存在,并且重新创建它并执行“提交”也不会使其显示。
我什至尝试在目录中创建一个占位符文件并提交该文件,但 TortoiseSVN barfs 出现“找不到路径”错误。
I wanted to ignore the 'output' directory, so in the context-menu I chose tortoiseSVN->unversion and add to ignore list
, which I later realized was not what I wanted, since I wanted that directory to continue to exist in the repository.
I've looked at the Ignore property in the parent directory, and 'output' is not there, and recreating it and doing a 'commit' doesn't make it show up either.
I even tried to make a placeholder file inside the directory and committing that, but TortoiseSVN barfs with a 'path not found' error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击您忽略的文件或文件夹所在的目录,然后选择属性 svn:ignore ,其值包含或只是您忽略的列表。编辑或删除(如果它只有您的列表)该属性。
和/或只需右键单击并选择检查修改并选择忽略的文件/文件夹并选择还原
希望这有帮助
Right click in the directory where your ignored file or folder is and select properties svn:ignore with values which is inclusive or just your ignored list. either edit or delete(if it has just your list) that property.
and/or simply you can right click and select check for modifications and select the ignored files/folder and select revert
Hope this helps