tortoisesvn - SVN merge: Is there a way to avoid having "tree conflicts" flagged for identical files? -


this happens me time when merging, , i'm not sure why (i saw several answers detailing several possible causes) cause not relevant question, because regardless of causes "tree conflicts" on identical files in identical paths result same: nothing @ needs changed , "conflict" can marked resolved.

so every time have "tree conflict" have [checkout source file if it's not there,] use diff tool windiff (because being "tree conflict" no svn client opens diff tool, although both files there), compare 2 files find out whether identical (they are) , if yes mark conflict resolved without making absolutely change "solve" conflict.

obviously very time-wasting , feels frustrating , pointless.

so i'm wondering if there way - through svn switch or svn client or else - make tree conflicts won't flagged in cases it's 100% sure nothing @ needs changed in order solve conflict - in case of example above.

added: interesting me know how usual people tree conflicts on identical files (btw i'm talking files nobody has touched since created branch, neither deleted nor recreated nor modified nor moved nor else). welcome leave comment if experienced that.

i not sure why down voted, question lack detail , substance. kind of "what" not provide details answer "why". need figure out why getting tree conflict in first place , way can if provide details.

i encourage read this section of svn book understand why , when svn flags tree conflict. use command line tools shown in book explore details of tree conflict. once understand why getting tree conflict might know how avoid it.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -