All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Mouw <erik@harddisk-recovery.com>
To: Tomas Winkler <tomas_bw@yahoo.com>
Cc: netdev@vger.kernel.org
Subject: Re: dscape git
Date: Mon, 17 Jul 2006 16:57:17 +0200	[thread overview]
Message-ID: <20060717145717.GG14430@harddisk-recovery.com> (raw)
In-Reply-To: <20060717141503.85270.qmail@web60721.mail.yahoo.com>

On Mon, Jul 17, 2006 at 07:15:03AM -0700, Tomas Winkler wrote:
> I've tried to clone dscape git and I got the error
> bellow. I hade no problem go get other trees. I'm new
> to git so maybe I didn't use correct switches
> Command Line: git clone
> http://www.kernel.org/pub/scm/linux/kernel/git/jbenc/dscap
> e.git/ dscape

When available, use the git protocol. It's both faster and more
efficient.

> Thanks for help
> 
> got 0cdcef84239e5f1d60310883688b7aeca5278875
> error: The requested file was not found (curl_result =
> 22, http_code = 503, sha1
>  = 27fd37621255799602d74e94d670ff7a1658d40a)
> Getting pack list for
> http://www.kernel.org/pub/scm/linux/kernel/git/jbenc/dscap
> e.git/
> got 80f18b79eacc07319afe473023a5358cfbc11ae6
> Getting pack list for http://www.kernel.or
> error: The requested file was not found
> error: Unable to find
> 27fd37621255799602d74e94d670ff7a1658d40a under
> http://www.
> kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git/
> Cannot obtain needed blob
> 27fd37621255799602d74e94d670ff7a1658d40a
> while processing commit a495f8ec7590d6df5edc36bff419f25b8c3440de.

Could be that www.kernel.org didn't yet fully sync up with
master.kernel.org. Just wait, it usually gets corrected in half an
hour.

I just succesfully clone'd dscape with the following command line:

git clone --reference linux-2.6 \
  git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git dscape

The "--reference" parameter tells git that I have a local repository
called "linux-2.6" (which just follow Linus' 2.6 tree) which can be
used to pull the shared git objects from. Saves quite some disk space.


Erik

-- 
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands

  reply	other threads:[~2006-07-17 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17 14:15 dscape git Tomas Winkler
2006-07-17 14:57 ` Erik Mouw [this message]
2006-07-17 15:15   ` Tomas Winkler
2006-07-17 16:14     ` Tomas Winkler
2006-07-18 16:31       ` Jiri Benc

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=20060717145717.GG14430@harddisk-recovery.com \
    --to=erik@harddisk-recovery.com \
    --cc=netdev@vger.kernel.org \
    --cc=tomas_bw@yahoo.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.