SVN just won't ignore a folder, despite propset svn:ignore

后端 未结 3 959
独厮守ぢ
独厮守ぢ 2021-02-13 17:48

Take folder files, inside an SVN working copy, running in Linux. The folder was set to be ignored, with the commands:

  • svn propset svn:ignore * \'fil
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 18:54

    How are you testing it? If you

    svn commit files
    

    Then the ignore isn't checked. If you svn commit ., then the automatic behavior of Subversion will ignore it. (This confused me at one point, too. Subversion assumes you're smarter than the svn:ignore.)

提交回复
热议问题