How to set svn:ignore with multiple values?

前端 未结 5 1550
别那么骄傲
别那么骄傲 2020-12-29 01:27

Let\'s say I want to set the svn:ignore property for directory dir1 with multiple values, file1, file2, and file3

5条回答
  •  無奈伤痛
    2020-12-29 01:52

    Adding multiple entries is much easier. Use the following command:

    svn propedit svn:ignore .
    

    This will open a text editor. Now you can add multiple entries easily.

提交回复
热议问题