From owner-freebsd-stable@FreeBSD.ORG Fri Jan 11 22:45:17 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 89948468 for ; Fri, 11 Jan 2013 22:45:17 +0000 (UTC) (envelope-from brian@brianwhalen.net) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6176677F for ; Fri, 11 Jan 2013 22:45:17 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id c12so2943131ieb.23 for ; Fri, 11 Jan 2013 14:45:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:x-gm-message-state; bh=FPBRaeIuhRNzFJdPoZn0XFcbgp4I8ZmAiD86pLdf+Vk=; b=NVhqZofQjDIQhwDL3N6Dm7zDX9HyinjN2+8+4ldJ5+jVwH2nodvD04rPOZ1AiTFTyP bARrBYWjJKkDZTde5Xf7jGqAGs++Ap+TG85m7rbxAhe8J3LFLYTijsKFxxe5A8UrLrPJ 2FG3KJ9Ziga33dbr4iQBKBFQjwg5mTxflBcJA3MqHQURYlzfINAMNA+ufzlZGR8Zydmn 1MUDYcM4n4Y0k9+PnRh+/YhtoTA5a9f1Fd71PiB4KlbOsteNCiZSxq2Wo+sbAyPDrlnT OecAeTBRu8XKb66ORci0tOwSjhg1ArZsjc+PFO8fand/1mfNZ25VVmNgcNMIcH5nVS44 pGQg== MIME-Version: 1.0 X-Received: by 10.50.197.161 with SMTP id iv1mr645403igc.53.1357944310093; Fri, 11 Jan 2013 14:45:10 -0800 (PST) Received: by 10.231.114.70 with HTTP; Fri, 11 Jan 2013 14:45:10 -0800 (PST) X-Originating-IP: [204.15.65.204] Date: Fri, 11 Jan 2013 14:45:10 -0800 Message-ID: Subject: csup to svn for 8-stable From: "Brian W." To: "freebsd-stable@freebsd.org" X-Gm-Message-State: ALoCoQnaGYTeY1+NDIPDB1pAqF8RVHlCPXwYZ81Xu7j8M7ycUGiGkxSOxNoGmpDirb0YDZsZk1oy Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 22:45:17 -0000 I had an existing /usr/src/ tree from previous csup sessions. After a bit of reading, it looks like all I need to do are these two steps? pkg_add -r subversion svn co svn://svn.freebsd.org/base/stable/8 /usr/src Is it really that simple for a src update? I have been using portsnap for years for ports, so I can continue to do that. Brian