How do I Unignore a file in TortoiseSVN?

后端 未结 6 673
小蘑菇
小蘑菇 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:08

    "Ignoring Files And Directories" from the Tortoise SVN documentation states:

    If you want to remove one or more items from the ignore list, right click on those items and select TortoiseSVNRemove from Ignore List You can also access a folder's svn:ignore property directly. That allows you to specify more general patterns using filename globbing, described in the section below. Read the section called “Project Settings” for more information on setting properties directly. Please be aware that each ignore pattern has to be placed on a separate line. Separating them by spaces does not work.

提交回复
热议问题