Is there a way to turn TortoiseSVN using svn:mergeinfo off?

前端 未结 10 2152
独厮守ぢ
独厮守ぢ 2020-12-04 12:55

When I\'m doing a TortoiseSVN merge, it includes a bunch of directories, and some files into the modified files, even though there are no actual changes.

It changes

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 13:21

    svn:mergeinfo is the property Subversion uses to track merge history. I'd just let it do what it has to do... you might need merge history tracking later and discover that it doesn't work because you didn't commit those properties.

提交回复
热议问题