rickatnight11
Senior Member Joined: Apr 2008 Reputation: 0 Location: Richmond, VA |
2009-04-27 20:56
Post: #21
Can you start a new terminal session, navigate to the directory, check out the auriga branch, and try to pull the code? Copy all of the terminal to a text file and attach it to a post here. I'd like to see what you are doing and what happens.
[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 |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
ok i'm on it
Code: login as: root
(This post was last modified: 2009-04-27 21:02 by ppic.)
|
| find quote |
dandirk
Senior Member Posts: 223 Joined: Oct 2008 Reputation: 1 |
2009-04-27 21:09
Post: #23
ok looks like you already have a local auriga branch... I ran into this issue...
This will show you what local branches you have, a * should show infront of the active branch (probably will list master and auriga) Code: cd /volume1/test/xbmc/skin/aeonIf auriga is already there you could delete it Code: cd /volume1/test/xbmc/skin/aeonThen run the git branch -b auriga origin/auriga command again to rebuild the local branch and switch to it. I think I also has some success with Code: git pull auriga
(This post was last modified: 2009-04-27 21:11 by dandirk.)
|
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2009-04-27 21:13
Post: #24
Code: DiskStation> git branch -r |
| find quote |
dandirk
Senior Member Posts: 223 Joined: Oct 2008 Reputation: 1 |
2009-04-27 21:21
Post: #25
doh sorry run just git branch
the -r is for remote branches on the server not local |
| find quote |
dandirk
Senior Member Posts: 223 Joined: Oct 2008 Reputation: 1 |
2009-04-27 21:22
Post: #26
I will be able to check out my machine when I got home... I figured out my guide last night so I wasn't able to test a git pull update...
|
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2009-04-27 22:01
Post: #27
Code: DiskStation> git branch |
| find quote |
rickatnight11
Senior Member Joined: Apr 2008 Reputation: 0 Location: Richmond, VA |
2009-04-27 22:19
Post: #28
Now follow the rest of his directions:
dandirk Wrote:If auriga is already there you could delete it [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 |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2009-04-27 22:26
Post: #29
arg!
error when i tried to delete. Code: DiskStation> git branch -d aurigaand when i try to pull: Code: DiskStation> git pull auriga
(This post was last modified: 2009-04-27 22:28 by ppic.)
|
| find quote |
rickatnight11
Senior Member Joined: Apr 2008 Reputation: 0 Location: Richmond, VA |
2009-04-27 22:38
Post: #30
Switch over to the master branch with
Code: git checkout -b master[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 |

Search
Help