Where happens merging in SVN - on the client or server?
Posted
by Malcolm Frexner
on Stack Overflow
See other posts from Stack Overflow
or by Malcolm Frexner
Published on 2010-05-08T19:49:03Z
Indexed on
2010/05/08
19:58 UTC
Read the original article
Hit count: 162
svn
|tortoisesvn
At my company we evaluate working with feature branches.
We want to use mergeinfo to track merging.
I have issues in some of our tested projects where merging a trunk that has only little changes into branch leads to lots of changed files because of the changed mergeinfo.
I read that this behaviour improoved between version 1.5 and 1.6.
Does this mean if I update the SVN - server from 1.5.6 to 1.6 I can expext some improvements when merging, or does this depend on the client (which is 1.6.11)?
© Stack Overflow or respective owner