From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 12:24:42 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 005D5FAF for ; Wed, 28 Nov 2012 12:24:41 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id C616F8FC17 for ; Wed, 28 Nov 2012 12:24:40 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id n2so4003571dad.13 for ; Wed, 28 Nov 2012 04:24:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=q/RuDZLH+m+14Ab/EKuM3xZlFQPkN+/rihJew4gzGt8=; b=UIXZp7yKDXkjQOizBrRJzrHOqNnaCPscvgAUTmXKXBme+7OSSJTsexM5CQy5JrblSL /sjC6kWH/S7P5kSlB992F/tU6GXwAI2eVTIoELkuCFyzCMLwbj7WtC1ntXN7NmSwmMGe RpkAYeRzAh3Pj80JVyzKyL4GZulD8wtO7txVUXmQKdz9/RgjKSh9w0Iw4/aEfa4aSofc ASG1mRjYMN3DE/5wbUVCZbysMpMM95o4L5+6l2FOOP6sgnLwzrI9ieBraw1JoPz0TnBM /SYYS+xfuzkgS7nHzm1IQW0dFT0nkhV3C9U5WZGL5IT5hnvDIiGPrikuLxzfogLvYmxk zyxQ== MIME-Version: 1.0 Received: by 10.66.77.201 with SMTP id u9mr52004716paw.6.1354105480605; Wed, 28 Nov 2012 04:24:40 -0800 (PST) Received: by 10.66.80.36 with HTTP; Wed, 28 Nov 2012 04:24:40 -0800 (PST) Date: Wed, 28 Nov 2012 13:24:40 +0100 Message-ID: Subject: Next csup tool to fetch src/ and ports/ From: David Demelier To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 12:24:42 -0000 Hi, I'm fan of csup, I've been using it for years, since 7.0-RELEASE, however it will be disabled on February 2013.. I don't care about using portsnap instead, but how to fetch src/ then ? I will need to use portsnap, to fetch ports build subversion and then I can fetch the src, fetch the ports again using svn this time, that's a little bit painful. Maybe we can try to write something like srcsnap with the same behavior / features as portsnap ? Cheers, -- Demelier David