[beginner] updating via github

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dbldown768 Offline
Fan
Posts: 308
Joined: Aug 2008
Reputation: 0
Post: #1
ok, this maybe a dumb question, but how to you use github? Is this something that I can run off the command line like svn to update my version of the aeon skin? Or do i just go to the site and download the latest release - like i have been doing?

Ubuntu Intrepid 8.10: Motherboard P5N7A-VM, E8400 C2D 3.0 processor. NVIDIA 9300 graphics card. Remote PC Controller
find quote
rickatnight11 Offline
Senior Member
Posts: 138
Joined: Apr 2008
Reputation: 0
Location: Richmond, VA
Post: #2
You will need to install git on your local machine. Linux-based and Mac operating systems can be run from the command line. For Windows they have msysgit which will also allow you to run the commands from a command line or use the included GUI.

[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
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #3
Quote:sudo apt-get install git-core
cd ~/.xbmc/skin
git clone git://github.com/djh/aeon.git auriga

Then when you wish to update Aeon:

Quote:cd ~/.xbmc/skin/auriga
git pull
git pull git://github.com/djh/aeon.git auriga

Super easy huh? Tongue
(This post was last modified: 2009-04-26 11:18 by hikaricore.)
find quote
dbldown768 Offline
Fan
Posts: 308
Joined: Aug 2008
Reputation: 0
Post: #4
great! thanks for the tips...

Ubuntu Intrepid 8.10: Motherboard P5N7A-VM, E8400 C2D 3.0 processor. NVIDIA 9300 graphics card. Remote PC Controller
find quote
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #5
Will github allow me to just download the things that have changed then? I have tried to use it but if someone has a run through of the process it would be great.
find quote
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #6
Yes it will, I've also pretty much covered the run through of the process in my last post.
I assume you're still using Linux as you've specifically stated in a thread you made.
find quote
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #7
Now using windows though, have installed msysgit though.
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #8
i'm getting a problem when i try to pull :

Code:
> git pull
/opt/libexec/git-core/git-pull: /opt/libexec/git-core/git-pull: 163: tr: not found
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either.        Please
specify which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.

If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:

    branch.master.remote = <nickname>
    branch.master.merge = <remote-ref>
    remote.<nickname>.url = <url>
    remote.<nickname>.fetch = <refspec>

See git-config(1) for details.
find quote
iLurk Offline
Member
Posts: 82
Joined: Sep 2008
Reputation: 0
Post: #9
rickatnight11 Wrote:You will need to install git on your local machine. Linux-based and Mac operating systems can be run from the command line. For Windows they have msysgit which will also allow you to run the commands from a command line or use the included GUI.


Any guide in how to use the gui? I'm totally stumped Sad
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #10
has anyone tried http://code.google.com/p/tortoisegit/ ?

The UI should be easier.

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
Post Reply