project-navigation
Personal tools

Author Topic: sources 2.5 vs 2.6  (Read 5314 times)

Offline hwoarangmy

  • Rookie
  • ***
  • Posts: 84
    • View Profile
sources 2.5 vs 2.6
« 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

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: sources 2.5 vs 2.6
« Reply #1 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 article describes it for master branch but with ufoai_2.5)

-geever

Offline hwoarangmy

  • Rookie
  • ***
  • Posts: 84
    • View Profile
Re: sources 2.5 vs 2.6
« Reply #2 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 :)

Offline hoiba

  • Rookie
  • ***
  • Posts: 42
    • View Profile
Re: sources 2.5 vs 2.6
« Reply #3 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%.
« Last Edit: October 21, 2014, 10:03:16 am by hoiba »

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: sources 2.5 vs 2.6
« Reply #4 on: October 21, 2014, 12:45:36 pm »
You can try fetching our GitHub mirror:
https://github.com/ufoai/ufoai.git

-geever

Offline hoiba

  • Rookie
  • ***
  • Posts: 42
    • View Profile
Re: sources 2.5 vs 2.6
« Reply #5 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
« Last Edit: October 22, 2014, 07:05:13 am by hoiba »