From owner-freebsd-stable@FreeBSD.ORG Thu Jan 24 08:32:10 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C6C0611F for ; Thu, 24 Jan 2013 08:32:10 +0000 (UTC) (envelope-from takeda@takeda.tk) Received: from chinatsu.takeda.tk (mail.takeda.tk [74.0.89.210]) by mx1.freebsd.org (Postfix) with ESMTP id 92B50E91 for ; Thu, 24 Jan 2013 08:32:10 +0000 (UTC) Received: from [10.173.229.233] (117.sub-70-197-135.myvzw.com [70.197.135.117]) (authenticated bits=0) by chinatsu.takeda.tk (8.14.5/8.14.5) with ESMTP id r0O86tg5044309 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 24 Jan 2013 00:06:56 -0800 (PST) (envelope-from takeda@takeda.tk) User-Agent: K-9 Mail for Android In-Reply-To: <20130124093846.5e683474@laptop> References: <20130123144050.GG51786@e-Gitt.NET> <20130124093846.5e683474@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: svn - but smaller? From: Derek Kulinski Date: Thu, 24 Jan 2013 00:06:47 -0800 To: "Sergey V. Dyatko" , Oliver Brandmueller Message-ID: <0c1603f1-a6af-4511-b230-8b791df7f9d7@email.android.com> X-Virus-Scanned: clamav-milter 0.97.6 at chinatsu.takeda.tk X-Virus-Status: Clean 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 08:32:10 -0000 "Sergey V. Dyatko" wrote: >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 :) If you go through all of that why not just install the damn svn from ports? I think you don't understand the reason why people are asking for this. I personally experienced the need not long ago. I had stable/9 branch and wanted to downgrade to 9.0. The entire process went well until I rebooted the system, to see tons of errors in pretty much everything that was compiled from ports. Instead recompiling them from scratch I just decided to go ahead and upgrade to 9.1 which was not officially released yet. And of course I could not perform svn sw because svn was broken too. And since svn has tons of dependencies it took me nearly an hour to recompile them (portupgrade and Ruby were broken too). -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.