From owner-freebsd-questions@freebsd.org Mon Feb 8 04:36:39 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D6EBAA1286 for ; Mon, 8 Feb 2016 04:36:39 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40C2B82 for ; Mon, 8 Feb 2016 04:36:37 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id u184aXSH090751; Mon, 8 Feb 2016 15:36:33 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 8 Feb 2016 15:36:33 +1100 (EST) From: Ian Smith To: Christoph Brinkhaus cc: freebsd-questions@freebsd.org, John Mehr Subject: Re: svn revision in uname In-Reply-To: <20160207171745.GA41125@esprimo.local> Message-ID: <20160208150928.S51785@sola.nimnet.asn.au> References: <20160207223554.P51785@sola.nimnet.asn.au> <56B73E8C.5060501@FreeBSD.org> <20160207153505.GA1420@esprimo.local> <20160208024820.K51785@sola.nimnet.asn.au> <20160207171745.GA41125@esprimo.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 04:36:39 -0000 On Sun, 7 Feb 2016 18:17:45 +0100, Christoph Brinkhaus wrote: > On Mon, Feb 08, 2016 at 03:24:35AM +1100, Ian Smith wrote: > > > The version svnlite is part of the system and > > > does not need to be installed separately. > > > > On 10.x - since 10.1 maybe? - but not on 9.x. > > Ok, I have overlook this. No worries. > > > Here svnliteversion /usr/src works. > > > > If you're pulling sources with svnlite, so it should :) Conversion > > between using svn and svnup, either way, requires some care and cleaning > > up; generally best advice is not to try mixing these methods. > > > I was not aware of that. I thought svnlite has just less capabilities. > Thank you! Ah, I see the confusion; I've been talking about port net/svnup, not the difference between full svn and svnlite, where I expect you are correct. net/svnup is described as "A lightweight, dependency-free program to pull source using the svn protocol." It does not use svn's directory structure (eg the /usr/src/.svn/ tree) and is not useful for developers wanting to push code back to the repository, among other svn features; it's purely for updating local sources (or ports, though I use portsnap) Hmm, its website is down just lately; cc'ing the author/maintainer. cheers, Ian