From owner-svn-src-user@FreeBSD.ORG Fri Jan 25 17:01:55 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D844AA02; Fri, 25 Jan 2013 17:01:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id AB0CCA56; Fri, 25 Jan 2013 17:01:55 +0000 (UTC) Received: from pakbsde14.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 95C5CB977; Fri, 25 Jan 2013 12:01:54 -0500 (EST) From: John Baldwin To: Sean Bruno Subject: Re: svn commit: r245902 - user/sbruno/head_146698 Date: Fri, 25 Jan 2013 11:59:14 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p22; KDE/4.5.5; amd64; ; ) References: <201301251137.r0PBbuiN051834@svn.freebsd.org> <201301250832.43222.jhb@freebsd.org> <1359129079.5527.7.camel@powernoodle.corp.yahoo.com> In-Reply-To: <1359129079.5527.7.camel@powernoodle.corp.yahoo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201301251159.14515.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 25 Jan 2013 12:01:54 -0500 (EST) Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 17:01:55 -0000 On Friday, January 25, 2013 10:51:19 am Sean Bruno wrote: > On Fri, 2013-01-25 at 08:32 -0500, John Baldwin wrote: > > On Friday, January 25, 2013 6:37:56 am Sean Bruno wrote: > > > Author: sbruno > > > Date: Fri Jan 25 11:37:56 2013 > > > New Revision: 245902 > > > URL: http://svnweb.freebsd.org/changeset/base/245902 > > > > > > Log: > > > Branch head from the past at svn r146698 which is the approximate 6Current > > > timeframe where pxe_http was developed during GSOC 2007. > > > > > > This is based on the cvs tags from the project tar ball at: > > > http://code.google.com/p/google-summer-of-code-2007- > > freebsd/downloads/detail?name=Alexey_Tarasov.tar.gz&can=2&q= > > > > > > and perforce commit history: > > > > > http://p4web.freebsd.org/@md=d&cd=//depot/projects/soc2007/&c=SxU@//depot/projects/soc2007/taleks- > > pxe_http/?ac=83 > > > > > > Added: > > > user/sbruno/head_146698/ > > > - copied from r146698, head/ > > > > Have you considered just doing a 'p4 integ' on the GSOC branch in p4? Or > > rather, making a copy of that branch in p4 and then doing an integ from HEAD > > into that? That might be simpler than trying to recreate everything in svn. > > Once you have an up-to-date diff you can then move that to an svn branch. > > > > Yes. > > Step 1. Validate that anything in this code base works. > > If Step 1, then attempt to integrate 7 years of history and move this > code forward. Hmm, could you do that with a checkout of the p4 branch then? -- John Baldwin