Re: X.org / X11.app source code distribution available; cursor fix binary, too
Re: X.org / X11.app source code distribution available; cursor fix binary, too
- Subject: Re: X.org / X11.app source code distribution available; cursor fix binary, too
- From: Aaron Bannert <email@hidden>
- Date: Tue, 30 Oct 2007 07:54:07 -0700
On Oct 30, 2007, at 7:47 AM, Jamie Kennea wrote:
On Oct 29, 2007, at 11:41 PM, Ben Byer wrote:
$ sudo port install pkgconfig git-core
$ curl -LO curl -LO http://downloads.sourceforge.net/mesa3d/MesaLib-6.5.2.tar.bz2
$ tar xjf MesaLib-6.5.2.tar.bz2
$ git clone git://anongit.freedesktop.org/git/xorg/xserver
$ cd xserver
$ git checkout xorg-server-1.2-apple
At this point I get the following error:
>error: pathspec 'xorg-server-1.2-apple' did not match any file(s)
known to git.
>Did you forget to 'git add'?
Any ideas? I cut and pasted each command from your email to ensure
no slip ups.
Try this instead:
git checkout --track -b my-xorg-server-1.2-apple origin/xorg-
server-1.2-apple
I'm new to git, but I believe that will create a local branch that
automatically track and merge updates from the remote origin/xorg-
server-1.2-apple branch that Ben has been working on.
-aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden