All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: mercurial now live
Date: Fri, 1 Jul 2005 19:44:38 +0900	[thread overview]
Message-ID: <9cde8bff050701034438b79e3f@mail.gmail.com> (raw)
In-Reply-To: <A95E2296287EAD4EB592B5DEEFCE0E9D28247D@liverpoolst.ad.cl.cam.ac.uk>

On 7/1/05, Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> wrote:
> 
> 
> 
> > > > To avoid taxing the Mercurial server with a complete pull
> > of the Xen
> > > > repository, it is best to download a tarball of a seed repository
> > > > from:
> > > >
> > > >    http://xenbits.xensource.com/xen-unstable.hg
> > >
> > > I cannot find the "seed repository". Where to get it?
> 
> Oops, my posting last night was far from clear about that. Fortunately,
> the downloads web page has all the information you need.
> 
> You can get the seed tar bar for the unstable tree from:
> 
> 
> http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable.hg
> .tar.gz
> 
> (similarly for xen-2.0 and xen-2.0-testing)
> 
> Just untar the file, 'cd' into it, and run:
> 
>  hg pull
>  hg co
> 
> The .hg/hgrc file in the tar ball should automatically set as your
> default pull parent to the folllwing URL, but you can do it manually
> too:
> 
>  http://xenbits.xensource.com/xen-unstable.hg
> 
> > oops, with the snapshot hg, we can easily clone xen with:
> >
> > hg clone http://xenbits.xensource.com/xen-unstable.hg myxen
> >
> > (mercurial 0.6 doesnt support clone command)
> 
> You don't need the new clone command. You can have the same effect as
> 'bk clone' with:
> 
>   mkdir xen-unstable.hg
>   hg init http://xenbits.xensource.com/xen-unstable.hg

anyway, looks like "hg init <source>" is deprecated in hg snapshot
version (hg would complains and exits). instead  "hg clone" is a
recommended method.

regards,
aq

  reply	other threads:[~2005-07-01 10:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-01  9:13 mercurial now live Ian Pratt
2005-07-01 10:44 ` aq [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-07-01 10:39 Ian Pratt
2005-07-01  6:40 Ling, Xiaofeng
2005-07-01  3:00 Ian Pratt
2005-07-01  3:53 ` aq
2005-07-01  3:57   ` Andrew Thompson
2005-07-01  6:22 ` aq
2005-07-01  6:38   ` aq

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=9cde8bff050701034438b79e3f@mail.gmail.com \
    --to=aquynh@gmail.com \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.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.