Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case you are using more than one branch, you also might want to merge changes from one branch to another. How you to do this is shown in the following steps.

...

When there are new changes in the Trunk branch, it is very easy to merge them to the feature branch. This can be done by moving to the Trunk branch, do some changes, register them. Next After that you have to do a merge. This can be done as follows:

  1. Go to Home.
  2. Click on Version management.
  3. Select the correct repository and the correct branch (Trunk).
  4. Click on Distribute to branch.
    Image Modified
  5. The From field is prefilled with the current branch (Trunk).
  6. Select the To branch (FeatureBranch).
  7. It will show the registered changes that can be selected in bold.
  8. Select one of them.
    Image Modified
  9. In the Details overview you see the elements that have been changed in this commit (which was done in the Trunk).
  10. Now click on Merge.
  11. The system performs some checks and present presents you an overview with:
    1. Impact report
    2. Conflicts (0)
    3. Merged revisions
  12. As there are no conflicts you can click on Apply and Close.
  13. Click on FeatureBranch at on the left side and click on Open branch on at the top.
  14. Open the project.
  15. Click on File > Pending changes.
  16. Here you see the elements that have been changed.
  17. In the middle of the screen at Merges you also see the register message which was added in Trunk.
  18. Now you can also register these changes in this branch.

...

This action is the opposite of Distribute to branch only , but then seen from the other branch.
So it is possible to do the previous steps by using this action. Then you have to open the target branch and do your changes by pulling updates instead of pushing them.

Discard changes

You may have noticed a tiny checkbox in the Distribute to branch overview with the name 'Discard changes'. By selecting this option you explicitly state that you don't want to merge the selected changes. This could be very helpful in case you have to make some changes which are only relevant for that branch, e.g. some test flow or test page. By selecting Discard changes the changes will only remain in the branch in which they have been defined and they will not processed to another branch e.g. Trunk.

UI Text Box
typenote

Note that changes that have been set to discard changes in the past will never ever be merged.

In case you accidentally ticked discard changes but you still want to acquire these changes you have to create a temporary branch in which the changes are taken over and merge that one to the destination branch. 

UI Expand
titleRelated articles

Content by Label
showLabelsfalse
max5
spacesBKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "BKB"
labelskb-how-to-article

...