Talk:F11 for XO-1

From OLPC
Revision as of 18:22, 16 July 2009 by Adricnet (talk | contribs) (S'not working)
Jump to: navigation, search

Interesting How To...

Not sure I'm up to doing it/ taking it on. but nice to know it's available for keeping those with older hardware in the loop...

I've been calling the XO 1.5 a Fat XO in the Mac tradition, same form factor / box, but different... Maybe Prodigy XO? It's same kid size, but smarter ;-/

danceswithcars 16:53, 14 July 2009 (UTC)


git checkout xo-1 FAILS, no joy ;-( ...

danceswithcars 17:42, 14 July 2009 (UTC)

more specifically, fails in the following way:

git checkout xo-1
fatal: Not a git repository (or any of the parent directories): .git

danceswithcars 23:19, 14 July 2009 (UTC)

S'not working

I'm sure this is something simple, but I don't know git well.

 [hatman@efeleven ~]$ ls
 [hatman@efeleven ~]$ git clone git://dev.laptop.org/projects/fedora-xo
 Initialized empty Git repository in /home/hatman/fedora-xo/.git/
 remote: Generating pack...
 remote: Counting objects: 103
 remote: Done counting 558 objects.
 remote: Deltifying 558 objects...
 remote:  100% (558/558) done
 remote: Total 558 (delta 322), reused 0 (delta 0)
 Receiving objects: 100% (558/558), 104.08 KiB, done.
 Resolving deltas: 100% (322/322), done.
 [hatman@efeleven ~]$ cd fedora-xo/
 [hatman@efeleven fedora-xo]$ git checkout xo-1
 error: pathspec 'xo-1' did not match any file(s) known to git.
 [hatman@efeleven fedora-xo]$ ls
 build                Makefile      olpc-desktop.ks  olpc-xfce.ks
 livecd-iso-to-xo.sh  olpc-base.ks  olpc-lxde.ks
 [hatman@efeleven fedora-xo]$ git branch
 * master
 [hatman@efeleven fedora-xo]$ git checkout xo-1
 error: pathspec 'xo-1' did not match any file(s) known to git.
 [hatman@efeleven fedora-xo]$ git checkout xo-1.5
 error: pathspec 'xo-1.5' did not match any file(s) known to git.

--Adricnet 21:59, 16 July 2009 (UTC)