The git info. shared in the wiki is pretty old.

The git info. shared in the wiki is pretty old.

Postby shirish » 19 Aug 2013, 02:24

Hi all,
It seems the git info. given in the wiki is pretty old. I cloned and checked out the repo. and found that it is pretty old.

{l Code}: {l Select All Code}
/games$ git clone  git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna lipsofsuna
Cloning into 'lipsofsuna'...
remote: Counting objects: 42400, done.
remote: Compressing objects: 100% (14239/14239), done.
Receiving objects: 100% (42400/42400), 193.16 MiB | 18.00 KiB/s, done.
remote: Total 42400 (delta 31333), reused 37778 (delta 27660)
Resolving deltas: 100% (31333/31333), done.
Checking connectivity... done
Checking out files: 100% (2011/2011), done.
05:31:26 shirish@debian:~/games$ cd lipsofsuna/
06:08:20 shirish@debian:~/games/lipsofsuna$ ls
ASSETS.xml  AUTHORS  COPYING  data  docs  misc  NEWS  README  src  tool  waf  wscript


It is after the compilation interrupted (crashed) that I started to see what could have gone wrong and then saw this :-

{l Code}: {l Select All Code}
$ gi
== Remote URL:
origin   git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna (fetch)
origin   git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna (push)

== Remote Branches:
  origin/HEAD -> origin/master
  origin/master
  origin/newterrain

== Local Branches:
* master

== Most Recent Commit
commit a950a38ab8cd0e42391a1367376350e94c4a4ea6
Author: Ari Mustonen <amuzen@users.sourceforge.net>
Date:   Mon Sep 17 14:42:27 2012 +0300

    Fixed a crash when the sound system could not be initialized.

Type 'git log' for more commits, or 'git show' for full commit details.


Then running git log gave me more historical git commits :-

{l Code}: {l Select All Code}
~/games/lipsofsuna$ git log
commit a950a38ab8cd0e42391a1367376350e94c4a4ea6
Author: Ari Mustonen <amuzen@users.sourceforge.net>
Date:   Mon Sep 17 14:42:27 2012 +0300

    Fixed a crash when the sound system could not be initialized.

commit 6ccd842c891a13f5f14d379f4e2103c24643b12c
Author: Ari Mustonen <amuzen@users.sourceforge.net>
Date:   Fri Aug 31 21:16:58 2012 +0300

    Added a fade in effect for widgets.

commit afc15997ebcc3d13e7ed165f8dc50bf9acd88b5f
Author: Ari Mustonen <amuzen@users.sourceforge.net>
Date:   Fri Aug 31 21:16:30 2012 +0300

    Added easy alpha multiplication support for widgets.

commit c5b64b72707d850dd252caa7f5fabd8d6286a515
Author: Ari Mustonen <amuzen@users.sourceforge.net>
Date:   Fri Aug 31 20:07:22 2012 +0300


This was enough for me to realize that the version I had checked out is ancient/old as you had just pushed 0.7 out of the door so your last commits couldn't possibly be a one year ancient.

So checking out the development repo. now.
{l Code}: {l Select All Code}
~/games$ git clone git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna lipsofsuna
Cloning into 'lipsofsuna'...
remote: Counting objects: 42400, done.
remote: Compressing objects: 100% (14239/14239), done.
Receiving objects:   6% (2820/42400), 4.63 MiB | 7.00 KiB/s     


I don't know if there is a diff. between :-

{l Code}: {l Select All Code}
/games$ git clone  git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna lipsofsuna
/games$ git clone git://git.code.sf.net/p/lipsofsuna/code lipsofsuna


The only diff. between the two seems to be only the size of the command. Could somebody elaborate ? The only conclusion I can get is that the gitroot repo. is no longer the bleeding edge version and people are not paying attention to the wiki/documentation.
shirish
 
Posts: 166
Joined: 17 Jan 2011, 15:06

Re: The git info. shared in the wiki is pretty old.

Postby amuzen » 19 Aug 2013, 05:43

Thank you for reporting this. I fixed the repository address in the "Installation/Compiling from source" page that I had forgotten to update. If you found the link from some other page, let me know which one it was. At least the primary repository information page was already up to date.
User avatar
amuzen
LoS Moderator
 
Posts: 327
Joined: 05 Dec 2009, 02:49

Who is online

Users browsing this forum: No registered users and 1 guest

cron