How do I make svn ignore unversion files only in my working copy?

前端 未结 3 1685
青春惊慌失措
青春惊慌失措 2021-02-19 07:23

duplicate: Ignore SVN ignore... possible?


Suppose my working copy is littered with unversioned files that I don\'t want to delete. I want svn to ignore these files

3条回答
  •  星月不相逢
    2021-02-19 07:32

    If you are using TortoiseSVN, you can go in TortoiseSVN's settings (Right Click > TortoiseSVN > Settings).

    In the General Tab, Subversion Group, add a lone asterisk (*) to the Global Ignore Pattern option.

提交回复
热议问题