From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 20:09:56 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B044384 for ; Mon, 19 Jan 2015 20:09:56 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 387887A for ; Mon, 19 Jan 2015 20:09:56 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id b16so7532766igk.1 for ; Mon, 19 Jan 2015 12:09:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Tg3PVI8QiYsje0E6rIQrHxJmOss6M3sBEMJWkhSGDMk=; b=Hi4/2Y2c8/y60X4Tt1mRn2QyIgAmwiTv+Fyg1CHy8c2dOEu96hF9Snx5XoDwt7WxBT b/C3dDC60j4j2S3tdR4J13Dy0BPkptJq9n1oJYD0I8FmAGoctK98V653yObJ0CQuC6sn MKhXJR87Zu+dQrJZAJYGlDEKXpJkXOi1uHWUtGQwq0jcgW7C29tyIlVF/h5u+oEhEnWJ EDedlqvj6AN0vssXiaj1DhBDBM7dThVy67P6n+i89CDIleG25S2n5OVsMu7iZRlCAefE GBaGvRT7oG5vHI5LD5JYhRh2uxFLOhUm7/7GaGue1V3JFnHswul1fygJiGHC+hp8Wsxh pU3A== MIME-Version: 1.0 X-Received: by 10.50.137.99 with SMTP id qh3mr21588516igb.7.1421698195232; Mon, 19 Jan 2015 12:09:55 -0800 (PST) Sender: christopher.maness@gmail.com Received: by 10.36.122.212 with HTTP; Mon, 19 Jan 2015 12:09:55 -0800 (PST) Received: by 10.36.122.212 with HTTP; Mon, 19 Jan 2015 12:09:55 -0800 (PST) In-Reply-To: <87sif6lem6.fsf@corbe.net> References: <87sif6lem6.fsf@corbe.net> Date: Mon, 19 Jan 2015 12:09:55 -0800 X-Google-Sender-Auth: MEf1Cv_Uea_C2VP3Ldb0iSkb6yI Message-ID: Subject: Re: Mergemaster with Freebsd-Update From: Chris Maness To: Daniel Corbe Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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:09:56 -0000 On Jan 19, 2015 12:07 PM, "Daniel Corbe" wrote: > > > 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. > I had figured that out, but how do you increment up a minor version? Thanks, Chris