From owner-svn-src-head@FreeBSD.ORG Tue Jun 18 17:36:58 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0330DD84 for ; Tue, 18 Jun 2013 17:36:58 +0000 (UTC) (envelope-from peter@wemm.org) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id B1FC519AE for ; Tue, 18 Jun 2013 17:36:57 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id id13so3156189vcb.27 for ; Tue, 18 Jun 2013 10:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p9CsJCkhB39k0/NsH95GuXV3icsRQbqnJI76G8FmTKE=; b=XKAttF1LlkEFiArHf1q1EIcGU2x1z9fbFNyg06SdRwcAwRoaXCqxZ0Uww/7sGbtGbC tbXJot6Bs30pjX+rGNNnwBPHFtgoFUWLA4fZ/4pHFaUuQWMEZDdt3DibZMhL6AxzF8nG ibnLCRJpMoH818avPaAv6SMcm2iRx4ZzNZnzs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=p9CsJCkhB39k0/NsH95GuXV3icsRQbqnJI76G8FmTKE=; b=MXQMYkyOfHR+4CusQagXpnQicUw+aEA7xGltHZs8IO/gwsoaZg9H1V+QHxYFBHrR5g OpYGmvZ2frHkPhcoqVfphTzxDdOoLD/xptkxZI51a2DNG833dzMMb5WS6dFqijXW7Qxa rEz2CBNtykXOQLtkHcGP1CDD1tEKQiZ1t5DkkC+REWt7ujkMK5rgK7TsBkZcI0rfBY6K M6sOO1JMw9DlJGVBVyMkZD6SDqoJm6NhlkZhaqj0PUtER1SH19ZXfEafxROjJlREvVGM 1FsWbuYoYLNfnz9hsbTgIV7NFIhRNyd0eso7vaKZ23iHMobgLmsuKH4u2WcIherPqd1S 4zvw== MIME-Version: 1.0 X-Received: by 10.221.31.130 with SMTP id sg2mr5485209vcb.86.1371577011071; Tue, 18 Jun 2013 10:36:51 -0700 (PDT) Received: by 10.220.20.133 with HTTP; Tue, 18 Jun 2013 10:36:50 -0700 (PDT) In-Reply-To: <51C08F58.2070308@freebsd.org> References: <201306180253.r5I2rj45053959@svn.freebsd.org> <51C08D7E.2000605@coosemans.org> <51C08F58.2070308@freebsd.org> Date: Tue, 18 Jun 2013 10:36:50 -0700 Message-ID: Subject: Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/libap... From: Peter Wemm To: Andre Oppermann Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkFDNlRWw4qwYed/SzxiK7xa/iCWwdwFkidLxPUEXvucYFxXzgjeeS2HPnMTmX6HbU6DEad Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Tijl Coosemans , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 17:36:58 -0000 On Tue, Jun 18, 2013 at 9:48 AM, Andre Oppermann wrote: > AFAIK there is a checkout-only SVN client available, as in cvsup, but I > don't remember the name. svnup looks good on paper but has a fair way to go, particularly performance wise after the initial checkout and its tendency to explode. I still want to see that imported though. However, it is an end user tool, not a developer tool. >> I don't find it unreasonable to ask developers to install the port. >> And for users it seems all they need is something like portsnap for base. >> Portsnap already distributes ports svn so it shouldn't be too hard to >> adapt it for base. And the extra layer it adds is very convenient. Apart >> from a bigger than usual update maybe, portsnap users never even noticed >> it was switched from cvs to svn at some point. > > > Installing SVN from ports is very painful because of the huge dependency > chain it carries, with the largest being Python and Perl IIRC. That was one of my main motivations. A 2 year old machine builds this in ~35 seconds with *no* footprint. The dependency abomination in ports tests my non-violent nature. This is a major source of pain on the freebsd.org cluster and after the stealth perl ABI changes without a version bump.. well.. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV On IRC, talking about C++: I think that it is a good thing I will never meet Bjarne on a street cause really, I don't want to end up in prison or anything