Manage Branch Line & MainLine

0
Hi all,   We created some Branch lines,  would like to make sure to be possible to do ;   1. merge 1 Branch line to the other Blanch line ?     2.  interchange the Branch line and Main line for management purposes ?      ※using with svn      if possible, please let us know easy way to do..   Many thanks, 
asked
1 answers
2

See the documentation here for the first optionL https://docs.mendix.com/refguide/version-control/#merging-branches

You can use the merge or advanced merge for this.

2 is not without risk. But if you keep in your model directory the hidden .SVN and .mendix-cach delete all the rest and copy the files over from your branch model directory to your main model directory and do a commit your branch has then become the main line. And if you are still on svn you could also use third party tooling to do this. Open the repository browser, delete trunk and move your branch to trunk.

For the 2 part do make sure you have crated a backup(s) so you can revert to that one if all goes wrong.

Regards,

Ronald

answered