UFO:Alien Invasion

Development => Newbie Coding => Topic started by: hwoarangmy on April 13, 2014, 11:36:34 pm

Title: sources 2.5 vs 2.6
Post by: hwoarangmy on April 13, 2014, 11:36:34 pm
Hello,

I am currently downloading the sources from git but as it takes ages, can somebody tell me if it is the same sources for 2.5 and 2.6 ?

If not, how to download the 2.5 version and, if yes, how to choose the version to compile ?

Thanks
Title: Re: sources 2.5 vs 2.6
Post by: geever on April 13, 2014, 11:53:26 pm
I am currently downloading the sources from git but as it takes ages, can somebody tell me if it is the same sources for 2.5 and 2.6 ?

If not, how to download the 2.5 version and, if yes, how to choose the version to compile ?

2.6 differs from 2.5. 2.6 is about the new UI mostly.

To download 2.5:
Code: [Select]
git clone -b ufoai_2.5 git://git.code.sf.net/p/ufoai/code ufoai

(like the Getting the source (http://ufoai.org/wiki/Getting_the_source) article describes it for master branch but with ufoai_2.5)

-geever
Title: Re: sources 2.5 vs 2.6
Post by: hwoarangmy on April 14, 2014, 11:02:26 pm
OK, thanks for the reply. I have tried the 2.6 version but it was a little bit too buggy.

I have tried both versions and i will give some feedback when i will be more advanced to not spoil/be spoiled :)
Title: Re: sources 2.5 vs 2.6
Post by: hoiba on October 21, 2014, 07:50:52 am
I'm trying to get 2.6 source from git, but as hwoarangmy said, it takes ages. Is there an alternative download to get the source? The torrent-file seems out of date and has no seeders.

thanks!

hoiba


###EDIT###

Additionally I get aborts during git clone (see attachment). Last Night at ~38% ... today at 13%.
Title: Re: sources 2.5 vs 2.6
Post by: geever on October 21, 2014, 12:45:36 pm
You can try fetching our GitHub mirror:
https://github.com/ufoai/ufoai.git

-geever
Title: Re: sources 2.5 vs 2.6
Post by: hoiba on October 21, 2014, 01:08:20 pm
Thanks for your reply. I just started the zip-download (master) from the mirror.

30min ago I did

git config --global core.compression 0
git clone --depth 1 git://git.code.sf.net/p/ufoai/code ufoai_complete

It's at 15% now and looking good so far.

If it completes I will continue with

git fetch --unshallow
git pull --all


Maybe this workes for the whole repository for me.

hoiba


###Edit###

Failed at 20% with same error
Github Zip-Download completed :)

###Edit 2###

git clone --progress git://github.com/ufoai/ufoai.git ufoai-mirr

finished and completed sometimes last night