[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: unexpected conflict merging branch into trunk (after merging trunk into branch)

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-23 10:08:33 CET

On Mar 23, 2007, at 04:02, Méresse Christophe wrote:

>>> merge svn+ssh://mldev/TRAINING/branches/test_merge svn+ssh://mldev/
>>> TRAINING/trunk /path/to/trunk/working/copy
>>>
>>> I might be wrong on the order of the urls, always have to try wether
>>> it's trunk first or branch first :). You might want to use -- dry-
>>> run :)
>>
>> It's correct the way you've written it. It's always merge
>> <FROM_URL> <TO_URL> <WC_PATH>. (merge creates a diff from
>> <FROM_URL> to <TO_URL> and applies it to <WC_PATH>)
>
> Yes, and precisely, it's not correct...
> It should have been:
> svn merge svn+ssh://mldev/TRAINING/trunk svn+ssh://mldev/TRAINING/
> branches/test_merge /path/to/trunk/working/copy
> (svn merge trunk branch trunk_workspace)
>
> as the goal is to merge the branch features on the trunk, so the
> diff must be branch "minus" trunk.

Yes, of course, you're right. Thanks for setting the record straight.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 23 10:09:04 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.