How do I Unignore a file in TortoiseSVN?

后端 未结 6 674
小蘑菇
小蘑菇 2020-12-29 00:30

I ignored a file in TortoiseSVN by mistake. How do I reverse this and add the file to my repository?

6条回答
  •  执念已碎
    2020-12-29 01:07

    In my case there was another problem: the global ignore list in tortoise Settings, General.

    Tortoise ships by default with .so files in the ignore list and we store these in source control (yes I know this is far from ideal). Removing them from the list sorted it out for me.

提交回复
热议问题