Using Magic Merger locally

Ranorex Studio, Spy, Recorder, and Driver.
cpalex
Posts: 38
Joined: Sat Feb 17, 2018 12:37 am

Using Magic Merger locally

Post by cpalex » Tue Dec 03, 2019 8:44 pm

I have several "branches" of our automation that are actually SVN copies, so the typical merge does not work.

I can make local merging work, but I cannot for the life of me get the magic merger to run locally. It just complains that it needs parameters.

The expected format is published as this:

Code: Select all

Ranorex.MagicMerger.exe -base:<Base File> -mine:<My File> -theirs:<Their File> -output:<Outptut File> [-help]
And the two files I am trying to merge are located here:

This would be "mine":

Code: Select all

C:\Users\Alex\Documents\Ranorex\RanorexStudio Projects\build89\RegressionSuite\CMWRepository.rxrep
And this one is "theirs":

Code: Select all

C:\Users\Alex\Documents\Ranorex\RanorexStudio Projects\build88\RegressionSuite\CMWRepository.rxrep
So could someone please help me with the exact command line call I would need to merge these two files??

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Using Magic Merger locally

Post by Support Team » Fri Dec 06, 2019 2:03 pm

Hello cpalex,

It seems you didn't specify the base file which represents the oldest version of a file, from where You and They start making changes.
That means you have to specify three files in your command (-base:<Base File> -mine:<My File> -theirs:<Their File>)

If it still doesn't work, please provide the error message you get from the merger tool.

Regards,
Bernhard