I have an SVN repository where I have trunk and a branch.
I intend to merge the trunk into the branch at regular intervals, however, when I do this I see many property status changes, in addition to actual file content changes.
On further investigation the property changes are mergeinfo properties. I wouldn't expect this because we always branch and merge from the top root level.
I used the svn propdel
command and removed all mergeinfo properties from the branch WC (then reverted the change on the root) before merging trunk in, and the problem went away.
So the question is, how did my branch get all these mergeinfo changes in it at sub-directory levels?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…