From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 20:06:47 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD02C1F2 for ; Mon, 19 Jan 2015 20:06:47 +0000 (UTC) Received: from a0i241.smtpcorp.com (a0i241.smtpcorp.com [216.22.15.73]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85CF9FEC for ; Mon, 19 Jan 2015 20:06:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0_1; h=Feedback-ID:X-Smtpcorp-Track:Message-ID:Date:Subject:To:From; bh=f8SiGwnH4Ma8xnAWw3AQixj9YuMNBIOnMRYQA+zVpjE=; b=fpjwJ26IhAGxw8OWjFcpy0kcZFYAmy6P+Gq+8cans5/hyjWo2tBC/mLqlIY649JGJpXLoyuwmnZ1dI0qRPMoRBe8adGY0AiESK+vj/Gl3lIwt2Oz7eZSNYrjQFmiR6nsoXaG5G2zsEx6ENFscdT8YfYJChfS7F72qycxOloKf0w=; From: Daniel Corbe To: Chris Maness Subject: Re: Mergemaster with Freebsd-Update References: Date: Mon, 19 Jan 2015 15:06:25 -0500 In-Reply-To: (Chris Maness's message of "Mon, 19 Jan 2015 11:27:45 -0800") Message-ID: <87sif6lem6.fsf@corbe.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Smtpcorp-Track: 1YDmaINRKFQmjb.vWeR5ZTGI Feedback-ID: 10661m:10661aegzayD:10661sHaNSVRXum:SMTPCORP Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 20:06:47 -0000 Chris Maness writes: > > Also, is the a tool like portsnap for my source tree? I used svn the last > time and downloaded the whole version 10.0 tree. I think I should be able > to apply deltas only for the minor upgrade to 10.1, but google has not been > my friend here. I know that svn has that capability like cvsup did, but I > have not been able to figure it out. > > Thanks, > Chris Once you've fetched the entire tree for the first time, all you need to do is continually run svn fetch in /usr/src to grab any updates or additions.