From nobody Sat Dec 24 20:55:17 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Nfbsh4RYBz1LlVM for ; Sat, 24 Dec 2022 20:55:20 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [208.111.40.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Nfbsh20sfz46X6 for ; Sat, 24 Dec 2022 20:55:20 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; none Received: from chombo.houseloki.net (65-100-43-2.dia.static.qwest.net [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 694E138D01; Sat, 24 Dec 2022 20:55:18 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id 0F583111FD; Sat, 24 Dec 2022 12:55:18 -0800 (PST) Subject: Re: svnlite went missing, how do I get it back in 13.1? To: Ian Smith Cc: freebsd-questions@freebsd.org References: <33e0552a-a36d-70cf-c2ed-5069f70a5ed8@bluerosetech.com> <0DD9E9EA-54F5-40D9-AC8C-670A94F5C210@nimnet.asn.au> From: Mel Pilgrim Message-ID: <81904766-affc-4f0a-3460-f0d2ea9c5e09@bluerosetech.com> Date: Sat, 24 Dec 2022 12:55:17 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 In-Reply-To: <0DD9E9EA-54F5-40D9-AC8C-670A94F5C210@nimnet.asn.au> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Nfbsh20sfz46X6 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:208.111.40.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2022-12-24 5:15, Ian Smith wrote: >> On Fri, Dec 23, 2022 at 5:27 PM Mel Pilgrim >> wrote: >> >>> I get why svnlite was removed from base, but I would really like >>> to have it back. The full devel/subversion is a monster due to >>> its dependencies, and net/svnup lacks necessary features. I >>> couldn't find svnlite in ports. Anyone know where to find it? > > https://svnweb.freebsd.org/base/releng/12.4/usr.bin/svn/svn/Makefile?view=log > > I don't know if that may help, but it does explain that it's built > as (only) svnlite on 12.x. Whether it can be built on 13 I've no > idea. The full subversion builds on 13, so I don't doubt a minimal version would as well. IMO a lightweight-but-complete svn port is an obvious need, so that's where I'm going to direct my energy.