Re: infinite recursive merging

2013-11-23 Thread nico
Thanks stefan... I guess i got it now. But then there is only one way of using the development branches scheme right: to merge from branches to branches until the latest make it to the trunk... Le 14 nov. 2013 10:49, "Stefan Sperling" a écrit : > On Wed, Nov 13, 2013 at 02:05:53PM +0100, nico wr

Re: infinite recursive merging

2013-11-14 Thread Stefan Sperling
On Wed, Nov 13, 2013 at 02:05:53PM +0100, nico wrote: > Hello dear SVN users, > > I have a problem with the merging mecanism in SVN. > > Here is a litttle case study: > We have 2 branches (B1, and B2) and the trunk (T), if you do the following: > commit -> Branch > merge B1 -> T > merge T -> B2