From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 08:34:21 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28862106564A for ; Tue, 11 Sep 2012 08:34:21 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB9AC8FC17 for ; Tue, 11 Sep 2012 08:34:20 +0000 (UTC) Received: by obbun3 with SMTP id un3so456730obb.13 for ; Tue, 11 Sep 2012 01:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KA3a3VG8T+z1H2bca0r/VM9gjlddbC6RX9mdXro01ok=; b=xCK5EQuq5r1twu61wqJ7DZQmYA/TENjW2dLsCJBLNuJbKL9UsjlYwFZ4pcfSdhIWXI 9lsUxUN4wDCaGzT6OQwTyKWbvXU7pBjBdmq7uY45yP+CLpcm/EGu97nbdBhSzDj42m0E nCuxxZ8QQ2XH2gdTywWfjFmyw7yKzkZY2kEK+G8hbuILTRjztMZehDmSA0BwIivbeRei +RDggBWbxaw1m0ozRnWo69ZqiqxkALhqipIfc8n4mqBpNq702JpAf5FVCh5LVtl7ygRF gDANcW+SqY2qPcHlJeJAzXJgSUO0chm1AE1Z8VwGjRJ/VuQADFrSSGHTvVXnsbwfV5w5 GUgg== Received: by 10.182.188.41 with SMTP id fx9mr16599760obc.92.1347352459098; Tue, 11 Sep 2012 01:34:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.32.141 with HTTP; Tue, 11 Sep 2012 01:33:58 -0700 (PDT) In-Reply-To: <45.E0.00499.C13FE405@smtp02.insight.synacor.com> References: <45.E0.00499.C13FE405@smtp02.insight.synacor.com> From: Christer Solskogen Date: Tue, 11 Sep 2012 10:33:58 +0200 Message-ID: To: Thomas Mueller Content-Type: text/plain; charset=UTF-8 Cc: Polytropon , freebsd-questions@freebsd.org, Helmut Schneider Subject: Re: svn and/or portsnap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 08:34:21 -0000 On Tue, Sep 11, 2012 at 10:15 AM, Thomas Mueller wrote: > How do you get the ports tree or svn in that case if not using portsnap? You use pkg_add (or the youngest newcomer pkg) -- chs,