Remove unnecessary svn:mergeinfo properties
Posted
by LeonZandman
on Stack Overflow
See other posts from Stack Overflow
or by LeonZandman
Published on 2009-04-20T08:37:41Z
Indexed on
2010/03/08
20:06 UTC
Read the original article
Hit count: 254
When I merge stuff in my repository Subversion wants to add/change a lot of svn:mergeinfo properties to files that are totally unrelated to the things that I want to merge. Questions about this behaviour have been asked before here on Stackoverflow.com, as you can read here and here.
From what I understand from the topics mentioned above it looks like a lot of files in my repository have explicit svn:mergeinfo properties on them, when they shouldn't. The advice is to reduce the amount and only put those properties on relevant files/folders.
So now my question: how can I easily remove those unneeded properties? I'm using TortoiseSVN, but am reluctant to manually check/fix hundreds of files. Is there an easier way to remove those unnecessary svn:mergeinfo properties?
P.S. I'm not looking for C++ SVN API code.
© Stack Overflow or respective owner