Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: anDyIII on March 15, 2014, 12:16:22 PM

Title: Which link do I have to use to build 5D3 1.2.3 source code?
Post by: anDyIII on March 15, 2014, 12:16:22 PM
Hi guys, I have a doubt. From which link do I have to start to build 5D3 1.2.3 source code?
Would be better to use this:  hg clone https://bitbucket.org/hudson/magic-lantern and than pull 1.2.3
or directly this: hg clone https://bitbucket.org/chris_miller/magic-lantern ?
Which link should ensure me the latest updates??

Thanks for your help!
Title: Re: Which link do I have to use to build 5D3 1.2.3 source code?
Post by: Audionut on March 15, 2014, 01:49:18 PM
http://www.magiclantern.fm/forum/index.php?topic=10774.msg104835#msg104835

Clone unified, then merge wanted branches.
Title: Re: Which link do I have to use to build 5D3 1.2.3 source code?
Post by: chris_overseas on March 15, 2014, 04:38:25 PM
Yep what Audionut said. Up until yesterday I was keeping my fork current so it wouldn't have made much difference, but a tonne of new changes have just gone in to unified & the 5D3-123 branch. Rather than try and get my fork back in sync I'm probably going to stop maintaining it for the time being. You're better off using unified + 5D3-123 anyway since that'll be what eventually gets released to the nightlies.

Thanks Audionut for the extensive TortoiseHG tutorial, very helpful.
Title: Re: Which link do I have to use to build 5D3 1.2.3 source code?
Post by: anDyIII on March 18, 2014, 08:26:48 PM
Thanks for the info guys. :)
You are doing a great work!
Title: Re: Which link do I have to use to build 5D3 1.2.3 source code?
Post by: Audionut on March 19, 2014, 04:03:41 AM
Quote from: chris_overseas on March 15, 2014, 04:38:25 PM
Thanks Audionut for the extensive TortoiseHG tutorial, very helpful.

:)

It took me a little while to get my head around all this branch stuff.  So when I worked it out, it made sense to share the workflow for others.  Credits to dmilligan for pointing out about GUI's (http://www.magiclantern.fm/forum/index.php?topic=9524.0).

And thankyou Chris, for getting the 1.2.3 port going and helping a1ex.  Excellent work!