[AEON] HOW-TO download/install/update/test Aeon from its Git repository

  Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rickatnight11 Offline
Senior Member
Posts: 138
Joined: Apr 2008
Reputation: 0
Location: Richmond, VA
Post: #21
Ritzie Wrote:I have everything setup. Followed the directions to the tee but once I do git checkout -b auriga origin/auriga the following comes up:

xbmc@xbmc:~/.xbmc/skin/Aeon Auriga$ git checkout -b auriga origin/auriga
warning: refname 'origin/auriga' is ambiguous.
warning: refname 'origin/auriga' is ambiguous.
fatal: Ambiguous object name: 'origin/auriga'.

Did you receive any errors from any of the previous commands? It's difficult to diagnose, since I'm not a git specialist. If not please delete the "Aeon Auriga" directory and start over, performing all of the steps in one terminal window. Then post the entire session here as a text file attachment or encapsulated in CODE tags.

GhostSeven Wrote:Have been getting a corrupted error for days now, any ideas?

Just running standard
Code:
git clone git://github.com/djh/aeon.git

Code:
git clone git://github.com/djh/aeon.git
Initialized empty Git repository in /home/blake/sr/aeon/.git/
remote: Counting objects: 1890, done.
remote: Compressing objects: 100% (1421/1421), done.
remote: Total 1890 (delta 569), reused 1660 (delta 395)
Receiving objects: 100% (1890/1890), 209.98 MiB | 56 KiB/s, done.
Resolving deltas: 100% (569/569), done.
error: failed to read object 3ee858232279a6288ef89d87ef80b7a26f864a4e at offset 24926796 from /home/blake/sr/aeon/.git/objects/pack/pack-dfa9f71838bf538d4e72dbdd4b4b78c0f6dd8447.pack
error: failed to read object 3ee858232279a6288ef89d87ef80b7a26f864a4e at offset 24926796 from .git/objects/pack/pack-dfa9f71838bf538d4e72dbdd4b4b78c0f6dd8447.pack
fatal: object 3ee858232279a6288ef89d87ef80b7a26f864a4e is corrupted
I was going to ask if you edited any of the files, but since you are running the clone command you shouldn't have had any files to edit yet. It seems like something is interfering with your access to that directory. Any reason why you are cloning it into a directory outside of .xbmc?

[04/03/2009 04:42:13PM Agent (Prashant_190023): "You are most welcome to the best democratic countries of the world -- India"] --Dell Chat
find quote
GhostSeven Offline
Junior Member
Posts: 20
Joined: Aug 2008
Reputation: 0
Post: #22
Cleared everything back down, removed the directories, check my hdd for errors and re-ran the process, all working fine now, odd, but glad its working thanks for the advice
find quote
Ritzie Offline
Senior Member
Posts: 227
Joined: Mar 2009
Reputation: 0
Post: #23
I followed what was in the terminal like you said and it worked perfectly. Thanks!!! The first time I followed the written part.
(This post was last modified: 2009-05-06 02:56 by Ritzie.)
find quote
rcoops Offline
Senior Member
Posts: 121
Joined: Oct 2008
Reputation: 0
Post: #24
Is it just me or is the GIT thing working very very badly, I get to the following point:

Code:
Welcome to Git (version 1.6.2.2-preview20090408)


Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.

$ git clone git://github.com/djh/aeon.git
Initialized empty Git repository in c:/Documents and
remote: Counting objects: 1890, done.
remote: Compressing objects: 100% (1421/1421), done.
Receiving objects:  15% (291/1890), 8.94 MiB | 233 KiB/s

And then it stops... just sits there and looks stupid for hours on end Sad am I doing something wrong or is GIT just not a very reliable service...

EDIT
Never mind restarting it over and over and over again gets you there in the end... still think something is not completely right with having to do that and all but hey, as long as it gets there in the end.
(This post was last modified: 2009-05-06 22:29 by rcoops.)
find quote
rickatnight11 Offline
Senior Member
Posts: 138
Joined: Apr 2008
Reputation: 0
Location: Richmond, VA
Post: #25
Most likely it's an issue with your internet connection, but perhaps github (where aeon's repository is stored) is having some connection issues. I'd try again later.

[04/03/2009 04:42:13PM Agent (Prashant_190023): "You are most welcome to the best democratic countries of the world -- India"] --Dell Chat
find quote
Eldorado Offline
Posting Freak
Posts: 922
Joined: May 2009
Reputation: 11
Post: #26
Odd.. I can't see the two folders that git created in win explorer - "Aeon Stark" and "Aeon Aruiga" - but can see them fine in git bash... ?

Also, when doing the checkout on the "Aeon Aruiga" folder to make it pull from the Aruiga branch, when you do the git pull after that, should it not grab all the updates/changes that go along with Aruiga?

I was assuming after doing the initial command that creates the folder, it was grabbing all the files from "master" which would be Stark.. but then when you do the "git checkout" command to repoint to Aruiga, would it not then need to grab everything that's different in that branch?
find quote
rickatnight11 Offline
Senior Member
Posts: 138
Joined: Apr 2008
Reputation: 0
Location: Richmond, VA
Post: #27
I'm not sure why you can't see the "Auriga Stark" and "Aeon Auriga" folders in Windows Explorer, but when you do git clone I believe it downloads everything, including changes on other branches. In this case it wouldn't be detrimental since Aeon only has two branches, but on a much larger project you certainly wouldn't want to use git clone unless you were setting up another group repository. At least, that's my understanding.

[04/03/2009 04:42:13PM Agent (Prashant_190023): "You are most welcome to the best democratic countries of the world -- India"] --Dell Chat
find quote
Eldorado Offline
Posting Freak
Posts: 922
Joined: May 2009
Reputation: 11
Post: #28
Ok, well it appears it's a Vista thing

Redid the process under XP and folder showing up no problems

Anyone know if there's some stupid security issue setting in Vista that is causing the skin folders from not being visible that I could be missing?

Yes, I did check for showing hidden files/folders
find quote
Eldorado Offline
Posting Freak
Posts: 922
Joined: May 2009
Reputation: 11
Post: #29
Eldorado Wrote:Ok, well it appears it's a Vista thing

Redid the process under XP and folder showing up no problems

Anyone know if there's some stupid security issue setting in Vista that is causing the skin folders from not being visible that I could be missing?

Yes, I did check for showing hidden files/folders

Ok, nevermind... stupid me, the ol Vista "run as administrator" got me... ugh I hate that thing!
find quote
Cissou Offline
Junior Member
Posts: 18
Joined: Feb 2007
Reputation: 0
Post: #30
When I'm trying to get the auriga branch in git i get a
Code:
cissou@monkey-d-luffy:~/skins$ git checkout -b auriga origin/auriga
fatal: Not a git repository
find quote
Post Reply