本文介绍了如何在 TortoiseSVN 中取消忽略文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我错误地忽略了 TortoiseSVN 中的一个文件.我如何反转这个并将文件添加到我的存储库?
I ignored a file in TortoiseSVN by mistake. How do I reverse this and add the file to my repository?
推荐答案
只需编辑 svn:ignore 属性(在目录属性的 subversion 选项卡中).(如果您忽略子文件夹,请选择其父文件夹的属性选项卡)
Just edit the svn:ignore property (in the subversion tab of the directory properties).(If you ignored a subfolder, select the property tab of it's parent folder)
这篇关于如何在 TortoiseSVN 中取消忽略文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!