DCCP protocol discussions
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: [Announce]: How to access Experimental Test Tree
Date: Fri, 22 Jun 2007 14:23:29 +0000	[thread overview]
Message-ID: <200706221523.29662@strip-the-willow> (raw)

Mainline kernel development takes a long time, even if changes are small, and
DCCP is in some respects not a finished and fully tested protocol: to enable
testing without the constraints of mainline development, a DCCP test tree
has been set up - with patches taken from this list.

People are encouraged to use this tree and report any findings and make suggestions.

You can pull the entire tree but remember that git kernel sources are in the
order of several hundred megabytes. Here are some suggestions to reduce the
download size - and time.

To pull the entire tree [expensive], use

   git clone git://eden-feed.erg.abdn.ac.uk/dccp_exp.git my_dccp

Much better, if you already have a linux git tree e.g. in /usr/src/linux-2.6, use

   git clone --reference /usr/src/linux-2.6  git://eden-feed.erg.abdn.ac.uk/dccp_exp  my_dccp


Even better: only pull the relevant `dccp' subtree:
---------------------------------------------------
1. The experimental tree is updated every work day from David Miller's tree
   it is a good idea to take an up-to-date copy first:

      git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6

2. chdir into your up-to-date git repository

3. create a subtree `dccp' using the commands
      git checkout -b dccp master

4. pull the experimental DCCP tree into this branch using
      git pull git://eden-feed.erg.abdn.ac.uk/dccp_exp.git dccp


Alternative way:
----------------
1. clone the master branch
      git clone  --reference davem-2.6  git://eden-feed.erg.abdn.ac.uk/dccp_exp

   This will only give you `origin', which is taken from the David Miller tree.

2. Add (all important) the dccp tree:
      git remote  add  dccp  git://eden-feed.erg.abdn.ac.uk/dccp_exp
      git remote  show dccp

3. To track recent changes, do
      git remote  update

             reply	other threads:[~2007-06-22 14:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22 14:23 Gerrit Renker [this message]
2007-06-24  4:21 ` [Announce]: How to access Experimental Test Tree Ian McDonald
2007-06-24  4:37 ` Ian McDonald
2007-06-25  8:40 ` Gerrit Renker

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=200706221523.29662@strip-the-willow \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=dccp@vger.kernel.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