From owner-freebsd-stable@FreeBSD.ORG Thu Jan 24 06:38:52 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 07B48C5B for ; Thu, 24 Jan 2013 06:38:52 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ea0-f179.google.com (mail-ea0-f179.google.com [209.85.215.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9E2997 for ; Thu, 24 Jan 2013 06:38:51 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id d12so2906417eaa.38 for ; Wed, 23 Jan 2013 22:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=/OD3gHEzKkP10HVfyXujO0XheG9U5qbi1/BT2emzVNw=; b=akoHBj4K/CcfmNt4HZxyXzjgGxCzcPPPe0eu8NOeSFHUIjnQquY3uDTWDdkuF8V8ue 8X0xyhIJGR/Xsp+KMH9wrsE9Xs/HkP9GJujWvgwEliBY5yWVCE6wbzTdG0iXtysBeXtj GF10A/nv15L0ZcWEqKEzu9KobF1xsBExlgiVqugy37ivARLpEl3m3QLOQCLWcHG9L1g5 S3VagqTJO7rUs0z5IYRHFenSARw2CMKfmnTLKi6ZeXwUbtpBCVjwchxIGiGpIN7tNRZG LtDney90j95r2Nvgn7/d1lH3/QPtJYRwo4/NQL2uXnGQtbrEKeA7Y7ytzj6RZbIU3Gj/ Esfg== X-Received: by 10.14.225.133 with SMTP id z5mr3259117eep.15.1359009525663; Wed, 23 Jan 2013 22:38:45 -0800 (PST) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id 44sm1567527eek.5.2013.01.23.22.38.44 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 23 Jan 2013 22:38:44 -0800 (PST) Date: Thu, 24 Jan 2013 09:38:46 +0300 From: "Sergey V. Dyatko" To: Oliver Brandmueller Subject: Re: svn - but smaller? Message-ID: <20130124093846.5e683474@laptop> In-Reply-To: <20130123144050.GG51786@e-Gitt.NET> References: <20130123144050.GG51786@e-Gitt.NET> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org 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: Thu, 24 Jan 2013 06:38:52 -0000 On Wed, 23 Jan 2013 15:40:50 +0100 Oliver Brandmueller wrote: > Hi, [skipped] > So, is there some alternative small svn client, that leaves a > drastically smaller footprint probably somewhere around, probably > even in the ports or is there anything I'm missing? The current > situaion for me is a bit annoying. From the user's or admin's point > of view at least. I didn't even see an option in svn to not build the > server components, which would probably already help to make things > smaller? > You may: 1/ install subversion on some host/jail 2/ do svn export ( f.e. svn://svn.freebsd.org/base/releng/9 stable_9) 3/ tar it 4/ on 'client' fetch(1)/scp/rsync tarball in that case you don't need svn on 'client', fetch and scp in base :) -- wbr, tiger