From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 21:06:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC02116A41A; Fri, 31 Aug 2007 21:06:20 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 960E613C457; Fri, 31 Aug 2007 21:06:19 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-8) with ESMTP id l7VKk32P030571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 31 Aug 2007 23:46:11 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l7VKjlTi018459; Fri, 31 Aug 2007 23:46:02 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l7VKjkUH018368; Fri, 31 Aug 2007 23:45:46 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Fri, 31 Aug 2007 23:45:46 +0300 From: Giorgos Keramidas To: Howard Goldstein Message-ID: <20070831204545.GA87338@kobe.laptop> References: <46D81EB4.3060902@queue.to> <46D846F2.5040000@otenet.gr> <46D84C86.8010207@FreeBSD.org> <46D854DB.6080505@queue.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46D854DB.6080505@queue.to> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.089, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.31, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: How to retrieve a directory tree from perforce.freebsd.org? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 21:06:20 -0000 On 2007-08-31 13:50, Howard Goldstein wrote: > Dang. Like an idiot savant, perforce appears to be (channeling Yoda I > am?) Time for a script to workaround perforce's needlessly > overcomplex stupidity. Thanks for letting me know I'm beating my head > against the wall with the out-of-box tools...binary only at that. I have been tinkering with scripts which pull changesets from Perforce and commit them to 'clonable' Mercurial repositories (other repoformats should be possible too). If there is a specific part of the Perforce tree you are interested in, we can arrange with the people developing that part of the tree to 'mirror' and/or export Perforce changesets to another format. - Giorgos