I'm looking for the way how I can merge for example a branch 0.1 and a trunk
I want to fix some features in the branch and continue my dev in trunk
and then merge both
I see there is a team->merge tool that allow to put two url I think this
is what I need ? Do I need to set url 1 to the branch and url 2 to the
trunk ?
In your case you don't need to use '2 URLs' tab of Merge dialog. If you're
merging changes from trunk to branch you should switch to branch and in
merge dialog in 'URL' tab specify trunk url; if you need to merge from
branch to trunk you need to switch trunk, select 'Reintegrate' tab and
specify branch url.
> Is there any tutorial for that ? http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basic merging.html
> Hi,
>
> I'm looking for the way how I can merge for example a branch 0.1 and a
> trunk
>
> I want to fix some features in the branch and continue my dev in trunk and
> then merge both
>
> I see there is a team->merge tool that allow to put two url I think this
> is what I need ? Do I need to set url 1 to the branch and url 2 to the
> trunk ?
>
> Is there any tutorial for that ?
>
> Thanks in advance