public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: Patrick Monnerat <Patrick.Monnerat@datasphere.ch>,
	       insight <insight@sourceware.org>
Subject: Re: A git repository for insight
Date: Mon, 18 Aug 2014 18:45:00 -0000	[thread overview]
Message-ID: <53F249A5.3020102@redhat.com> (raw)
In-Reply-To: <53EE86A8.6070301@redhat.com>

On 08/15/2014 03:16 PM, Keith Seitz wrote:
>> It's "experimental", and is intended to supply some "reference"
>> repository while the official sourceware repository is not populated.
>>
>> Comments and pull requests are welcome :-)

I've never used git submodules before, so keep this in mind. Following 
the README instructions:

$ ls
binutils-gdb  COPYING  itcl  iwidgets  Makefile  README  testsuite
configure.ac  gdbtk    itk   libgui    patches   tcl     tk
$ git submodule foreach --recursive git pull
$ echo $?
0

[i.e., it did nothing]

What did work for me was:

$ git submodule init
Submodule 'binutils-gdb' (git://sourceware.org/git/binutils-gdb.git) 
registered for path 'binutils-gdb'
Submodule 'itcl' (https://github.com/tcltk/itcl.git) registered for path 
'itcl'
Submodule 'itk' (https://github.com/tcltk/itk.git) registered for path 'itk'
Submodule 'tcl' (https://github.com/tcltk/tcl.git) registered for path 'tcl'
Submodule 'tk' (https://github.com/tcltk/tk.git) registered for path 'tk'
$ git submodule update
Cloning into 'binutils-gdb'...
remote: Counting objects: 700435, done.
remote: Compressing objects: 100% (125840/125840), done.
remote: Total 700435 (delta 566091), reused 664136 (delta 563189)
Receiving objects: 100% (700435/700435), 215.82 MiB | 4.81 MiB/s, done.
[snip]

I have a bunch of follow-up comments to make. I'll try to get those down 
in email in the next few days.

Thank you for your work on this. It is nice to have some help.

Keith

  parent reply	other threads:[~2014-08-18 18:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-04 13:57 Patrick Monnerat
     [not found] ` <53EE86A8.6070301@redhat.com>
2014-08-18 18:45   ` Keith Seitz [this message]
2014-08-19  8:49     ` Patrick Monnerat

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=53F249A5.3020102@redhat.com \
    --to=keiths@redhat.com \
    --cc=Patrick.Monnerat@datasphere.ch \
    --cc=insight@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).