Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Sathesh Babu Edara <satheshbabu.edara@analog.com>
Cc: linux-mips@linux-mips.org
Subject: Re: Linux-2.6.12 code base for linux-mips
Date: Wed, 2 Nov 2005 19:26:24 +0000	[thread overview]
Message-ID: <20051102192624.GA3725@linux-mips.org> (raw)
In-Reply-To: <200511021530.jA2FUTrn015102@lilac.hdcindia.analog.com>

On Wed, Nov 02, 2005 at 09:06:16PM +0530, Sathesh Babu Edara wrote:

>  - I would like to know the code base for  linux-2.6.12 (linux_2_6_12 tag)
> in the CVS repository is same as the one in the git repository
> archive(linux-2.6.12). 

It should be; the tags in the git archive were automatically generated,
not converted fromt he CVS archive.

>  - I am new to GIT.In order   to checkout linux-2.6.12 tag from git
> repository I followed the  commands given in the
> http://www.linux-mips.org/wiki/Git web site
> 
> 
> - It is hanging while cloning the repository using the below command  
>     # git clone rsync://ftp.linux-mips.org/git/linux.git linux.git
> - Then i used http:// instead of rsync:// in the above command and it is
> working fine.

We told you before - you're behind a firewall and can't use rsync.  Unless
you have an argument with your firewall admin and those are usually a
rather stuborn kind of character when it comes to that kind of changes :)

> In the "Status of CVS to GIT conversion " section, there is no information
> on linux-2.6.12 tag/branch.If I want to checkout linux-2.6.12 tag from GIT
> repository what command  I should use after cloning the git repository.

I certainly won't list each of the hundreds of individual tags on that
page; no point in that.  ANyway, after the clone finished, do:

git-read-tree -m $(cat .git/refs/tags/linux-2.6.12)
git-checkout-index -f -a -u -q

Git developers didn't make that too easy; the git-checkout command doesn't
accept a tag as it's argument, so git-checkout linux-2.6.12 doesn't work.

  Ralf

      parent reply	other threads:[~2005-11-02 19:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-28 12:09 Linux-2.6.12 code base for linux-mips Sathesh Babu Edara
2005-10-28 12:09 ` Sathesh Babu Edara
2005-10-29  5:33 ` Stuart Longland
2005-10-29 10:14 ` Ralf Baechle
2005-11-02 15:36   ` Sathesh Babu Edara
2005-11-02 15:36     ` Sathesh Babu Edara
2005-11-02 19:26     ` Ralf Baechle [this message]

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=20051102192624.GA3725@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=satheshbabu.edara@analog.com \
    /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