From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: mercurial now live Date: Fri, 1 Jul 2005 15:38:39 +0900 Message-ID: <9cde8bff05063023382f64ec78@mail.gmail.com> References: <9cde8bff05063023221f09443d@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <9cde8bff05063023221f09443d@mail.gmail.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 7/1/05, aq wrote: > On 7/1/05, Ian Pratt wrote: > > > > Getting Xen > > ----------- > > 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 >=20 > I cannot find the "seed repository". Where to get it? >=20 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) regards, aq