From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 8 21:31:20 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A0B106567D for ; Fri, 8 Aug 2008 21:31:20 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 18AC88FC1C for ; Fri, 8 Aug 2008 21:31:19 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1747531rvf.43 for ; Fri, 08 Aug 2008 14:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=tC55BARW4dMT51IQJDMzj8EHjghPctRmW/dXMdjHrLw=; b=icdMWNvKl0/g13pQTBoiZpr9rCrisU32kgutc0pNAkPX6jNzPZKb3LqaASiowav1wz tzYyazFvKCgX5Zz8jgJMFJxUzJshj+eKOgrWXl5QjyaRbJsXrn69vvQhif3kVyhXH53f IPUyYScVBipMpqCu2FhYA/jOQdRFgAObqQDyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=Li0hHYky7dFPAzv0ps2U6yfudnZnTwiO0i5iSep8xkQtp+cY8RWHIzLe9dNXcyZ8AO GW3SpCv2tJ1yB8DhhPz1e6K7YRDcmeDsZAAOcraWp7kUPJuXoB+df3x9pecgAS5EQzSQ RKAAfQv+1CbXt1Id0jWV+NI2jOp1wFGuhm8zU= Received: by 10.140.157.1 with SMTP id f1mr1698936rve.220.1218231079383; Fri, 08 Aug 2008 14:31:19 -0700 (PDT) Received: from insightsol.com ( [67.100.74.36]) by mx.google.com with ESMTPS id c20sm2870636rvf.1.2008.08.08.14.31.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 08 Aug 2008 14:31:18 -0700 (PDT) Date: Fri, 8 Aug 2008 14:31:12 -0700 From: Navdeep Parhar To: freebsd-hackers@freebsd.org Message-ID: <20080808212907.GA12267@insightsol.com> Mail-Followup-To: freebsd-hackers@freebsd.org References: <489CB856.5060506@sh.cvut.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <489CB856.5060506@sh.cvut.cz> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Subject: Re: mercurial working copy of FreeBSD src X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 21:31:20 -0000 >> Hello everyone, >> >> I'm looking for the fastest way to get a full mercurial repository of >> HEAD. >> >> I tried using hgsvn and the tree at http://svn.freebsd.org/base/head >> but it looks like the first hgpullsvn operation will take days (literally): >> >> $ hgimportsvn http://svn.freebsd.org/base/head >> $ cd head >> $ hgpullsvn <=== This will take a long long time >> >> Does anyone know of a faster way to do this? Is there a mercurial >> repository out there somewhere from where I can simply "hg clone" my >> copy? > Try this one: . > Thanks, this is exactly what I was looking for. Can you also tell me how and how often it is sync'ed with the main SVN repository? Regards, Navdeep > > > -- > VH >