From owner-freebsd-questions@freebsd.org Wed Jul 19 21:41:39 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D19BBD7F2D9 for ; Wed, 19 Jul 2017 21:41:39 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (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 62B186E2B5 for ; Wed, 19 Jul 2017 21:41:39 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by mail-wr0-x22c.google.com with SMTP id y43so63513599wrd.3 for ; Wed, 19 Jul 2017 14:41:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nognu-de.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=KR5X6kfsQnGOgjPgVm+xVhCtM8LFMS071EXiT4p4iM0=; b=fNFEXc8Vy5NW8Okq4xKPkixyXV6bK73oLQp4H1uUCDsYptR5mErv+OkKwSNID7tf4H jIM1gnOegtvhqmCPkKTrJtFIcikMRUOO+zVOXlEYpS4O2oZ340xo01es2nzksaKkunwO 8m2lFGKX+ZiaznwzTQFzOTN8Exku3Hxj/5PNy4kTulVDF3W+NJ69JWdclUxycfMrHDr3 N0BXmd47GCXo29ztDDE9DC+1jt6v2ZIgkNvyda2UznXlT7+eOaHqXVwIrgMLfeYFkG1f +z2aQI1WqKPJ/gy573PVsoUsYvfvZaP37M61845dbLVjWqW62l1J0TWu8Pf0Ve1RWg0u FQwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=KR5X6kfsQnGOgjPgVm+xVhCtM8LFMS071EXiT4p4iM0=; b=EVfIdkqbR88aFIBET+AwzPl96JoLfH6BM8IpwJC0cIGjHsNSirQeBDp3reUiRQgsBO 7niBdA/IY8pnEtpKDnlv6zw9OCMmUzP6zWrjJGX/ra71/Ve91EtUcfvANYVztGRfgIQP QGbLt0Cjs809RBP9BUIn3PpcwMj4qd96VPoaJgtdQMAaYdeqOqssAq78CrVS6CViQY5I CNVN1PDPPIJXe5/MZnB8DlAVo+ZceWrx/edk7bJyrz+hQoWizBhI8roRfNFk9zh2fh04 fhhhHtZgsfwjwsufJJseU7EWZzpWhNJsyqoFhe1U4vZY38/HEH4uQqYPqJx3wmnCnSYE cVZA== X-Gm-Message-State: AIVw1137ocmzGD1o9SUQC39eFcXcj9WNpnRM6KcreRRzt21D3j/yIMCX lCF9HlE0C1g5Dn5L X-Received: by 10.223.165.13 with SMTP id i13mr4934630wrb.35.1500500497255; Wed, 19 Jul 2017 14:41:37 -0700 (PDT) Received: from krenn.local ([2a02:908:e942:23c0:658a:f572:1e44:184c]) by smtp.gmail.com with ESMTPSA id y5sm5118009wrd.52.2017.07.19.14.41.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Jul 2017 14:41:36 -0700 (PDT) Date: Wed, 19 Jul 2017 23:41:34 +0200 From: Frank Steinborn To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: portsnap Message-ID: <20170719214134.GA74679@krenn.local> Mail-Followup-To: Matthew Seaman , freebsd-questions@freebsd.org References: <596F7874.1030102@gmail.com> <4d04df1c-f68d-eed4-70fd-927f3fcff231@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d04df1c-f68d-eed4-70fd-927f3fcff231@FreeBSD.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 21:41:39 -0000 Matthew Seaman wrote: > Then you can just 'svn up' periodically to pull in any updates. Except > that svn(1) is not in the base system, so you'll need to install it from > ports... To solve this chicken-and-egg problem, just install svn using > packages: > > # pkg install subversion > > The default pkg(8) configuration will use the latest quarterly branch. Just for the record, there is svnlite in base, so you don't need the full svn per-se. Best regards, Frank