From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 18 09:09:10 2012 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 B1D641065670 for ; Wed, 18 Apr 2012 09:09:10 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 627A68FC15 for ; Wed, 18 Apr 2012 09:09:10 +0000 (UTC) Received: by vcmm1 with SMTP id m1so6567188vcm.13 for ; Wed, 18 Apr 2012 02:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=298CC/jXWF6FJkD6ueo7KUXcEkKvn0VZpyhdT/phuEQ=; b=IvqfBaJSgl+dNagYBdjzsyebPgCB2tFMJV5miRC9iCjRWJgO8U0RK7tYjy3V9pUJyd Brwgx5ng0JZEPSxX9wr+gQUnvdCK7hfpsl4rUSkrQyu2sjkzybbP7y18V+ur52J31/Bj udAo6+vbts+b7e06HKZadvfmj2G9GXhck8VYTTlc12VvZadSfiQGX5OyWY3QUwDUjFPE J+VrKdlj90ozPQnquWnl1Q4oKpbrFPJeY5L2XISmueV2FTxrE/Y/cHIlQXNy5ohKSTc3 3kLUPFrlVmZuIPuAZeHEvmuIFXFQOrbpelXXXUVyZOurygPuF1wimc2C1zTpvyBk4AjA c5jQ== MIME-Version: 1.0 Received: by 10.52.95.198 with SMTP id dm6mr601883vdb.91.1334740149461; Wed, 18 Apr 2012 02:09:09 -0700 (PDT) Received: by 10.52.181.129 with HTTP; Wed, 18 Apr 2012 02:09:09 -0700 (PDT) In-Reply-To: References: <4F8E0163.9030009@FreeBSD.org> Date: Wed, 18 Apr 2012 10:09:09 +0100 Message-ID: From: Tom Evans To: Matthew Story Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Status of BSD Diff replacement? 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: Wed, 18 Apr 2012 09:09:10 -0000 On Wed, Apr 18, 2012 at 4:30 AM, Matthew Story wro= te: > Is there anyway either of you could provide me with an archive of the > working tree for these 2 perforce repos? =C2=A0or make it available in a = branch > on svn.freebsd.org? =C2=A0I'd like to look into this more, but after read= ing > through the P4Web docs, trying to gain anonymous read-only access through > p4 itself, and then reading: > > http://lists.freebsd.org/pipermail/freebsd-questions/2007-August/156862.h= tml > > it seems there's no real way to accommodate this sort of thing at current= . > Hi Matt About 5 years ago I wrote a ruby script for extracting a branch from p4web. It worked then, but I've not looked at it since=E2=80=A6 some people found it useful for getting the latest WIP version of Ben's wpi(4) driver from perforce, so there is a copy preserved on Ben's website: http://www.clearchain.com/downloads/FreeBSD/P4fetch.rb Cheers Tom