From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 8 19:13:54 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 D74471065675 for ; Fri, 8 Aug 2008 19:13:54 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id AE3438FC14 for ; Fri, 8 Aug 2008 19:13:54 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so872518wfg.7 for ; Fri, 08 Aug 2008 12:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=9U736dGHLaPNjrwMKugXnsLvvED3RcbVzJb8znf4zJk=; b=xAwbh6m/vNEL9h8n6ZGmygIPV76h8E6ZrXmTxLVSbtjULn0Wnf1wPm7dJXApz2yk++ ZA/KnjciTl2RXcCrUbDC9eU6Rkpa866oA7q0WlP5vuhRPqRUMHz3qUi01Z42CJFngeRT G3TXETef/GXjtmLoswjTvnAZJCLwxxp2sRYaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=LG2hT9PLNtPBnjgl7l5+E/oiJQt1RtsGwx5GuZc+ljHpaY0RDsnsXOXSs53TeTqmsl L10cuL81Xdmb7CDsvElZGF5KzmuDjDR5vqHNPq+DoIhf+xQ5whzXANc02z+Ext8RfBnf rkunubKQIUF1GtUTNQ/GR1mfe2hbqt/5Ye6/8= Received: by 10.142.163.1 with SMTP id l1mr1059134wfe.122.1218221235888; Fri, 08 Aug 2008 11:47:15 -0700 (PDT) Received: by 10.142.142.6 with HTTP; Fri, 8 Aug 2008 11:47:15 -0700 (PDT) Message-ID: Date: Fri, 8 Aug 2008 11:47:15 -0700 From: "Navdeep Parhar" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 19:13:54 -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? Regards, Navdeep