From: "Kolbjørn Barmen" <linux-m68k@kolla.no>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Linux/m68k <linux-m68k@vger.kernel.org>
Subject: Re: How to get m68k sources?
Date: Sun, 12 Apr 2009 06:35:27 +0200 (CEST) [thread overview]
Message-ID: <alpine.LNX.2.01.0904120619100.22946@halbrend.uninett.no> (raw)
In-Reply-To: <m2ab6nts2u.fsf@igel.home>
On Sat, 11 Apr 2009, Andreas Schwab wrote:
> Geert Uytterhoeven <geert@linux-m68k.org> writes:
>
> > 2.6.29 development is done on branch `m68k-v2.6.29', use
> >
> > git checkout m68k-v2.6.29
Well, noone says this, but obviously one has to step into the "linux-m68k"
directory one first "cloned" to do this... so "cd linux-m68k", and then...
> After cloning the repository you first have to create the tracking
> m68k-v2.6.29 branch:
>
> $ git checkout -t origin/m68k-v2.6.29
did you test this?
[kolla@haugum] /home/kolla/linux-m68k $ git checkout -t origin/m68k-v2.6.29
fatal: git checkout: --track and --no-track require -b
So after some fumbling...
[kolla@haugum] /home/kolla/linux-m68k $ git checkout -t -b origin/m68k-v2.6.29
Branch origin/m68k-v2.6.29 set up to track local branch refs/heads/master.
Switched to a new branch "origin/m68k-v2.6.29"
But so what - git tells me I have switched to new branch, but where is it?
I have not received anything, nor do I have any new files, and...
[kolla@haugum] /home/kolla/linux-m68k $ git checkout m68k-v2.6.29
error: pathspec 'm68k-v2.6.29' did not match any file(s) known to git.
[kolla@haugum] /home/kolla/linux-m68k $ git checkout origin/m68k-v2.6.29
warning: refname 'origin/m68k-v2.6.29' is ambiguous.
Already on "origin/m68k-v2.6.29"
[kolla@haugum] /home/kolla/linux-m68k $ git status | cat
# On branch origin/m68k-v2.6.29
nothing to commit (working directory clean)
[kolla@haugum] /home/kolla/linux-m68k $ git pull
>From .
* branch master -> FETCH_HEAD
Already up-to-date.
[kolla@haugum] /home/kolla/linux-m68k $ head -n5 Makefile
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 30
EXTRAVERSION = -rc1
NAME = Temporary Tasmanian Devil
Obviously not 2.6.29...
So what now?
-- kolla
next prev parent reply other threads:[~2009-04-12 4:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-10 21:09 How to get m68k sources? Kolbjørn Barmen
2009-04-11 8:16 ` Geert Uytterhoeven
2009-04-11 10:14 ` Andreas Schwab
2009-04-12 4:35 ` Kolbjørn Barmen [this message]
2009-04-12 6:18 ` Kolbjørn Barmen
2009-04-13 2:20 ` Kolbjørn Barmen
2009-04-13 12:48 ` Kolbjørn Barmen
2009-04-12 6:53 ` Andreas Schwab
2009-04-12 8:29 ` Geert Uytterhoeven
2009-04-12 8:25 ` Geert Uytterhoeven
2009-04-12 12:36 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LNX.2.01.0904120619100.22946@halbrend.uninett.no \
--to=linux-m68k@kolla.no \
--cc=geert@linux-m68k.org \
--cc=linux-m68k@vger.kernel.org \
--cc=schwab@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox