Re: svnlite went missing, how do I get it back in 13.1?

From: Ian Smith <smithi_at_nimnet.asn.au>
Date: Sat, 24 Dec 2022 13:15:26 UTC
On 24 December 2022 3:45:18 pm AEDT, Paul Procacci <pprocacci@gmail.com> wrote:

 > https://github.com/freebsd/freebsd-src/tree/releng/10.2/usr.bin/svn
 > 
 > ~Paul

That's a long way back.  svnlite is still in 12.4 / 12-STABLE

 > On Fri, Dec 23, 2022 at 5:27 PM Mel Pilgrim
 > <list_freebsd@bluerosetech.com>
 > 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.

root@t430s:/var/log # svnlite --version --verbose
svn, version 1.14.1 (r1886195)
   compiled on bikeshed-rgb-freebsd

Copyright (C) 2021 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.9 (compiled with 1.3.9)
  - handles 'http' scheme
  - handles 'https' scheme

The following authentication credential caches are available:

* Plaintext cache in /root/.subversion
* GPG-Agent

System information:

* running on amd64-unknown-freebsd12.3
  - FreeBSD 12.3-RELEASE-p6
* linked dependencies:
  - APR 1.7.0 (compiled with 1.7.0)
  - APR-Util 1.6.1 (compiled with 1.6.1)
  - Expat 2.2.9 (compiled with 2.2.9)
  - SQLite 3.35.5 (compiled with 3.35.5)
  - Utf8proc 2.1.0 (compiled with 2.1.0)
  - ZLib 1.2.11 (compiled with 1.2.11)
  - LZ4 1.7.5 (compiled with 1.7.5)
root@t430s:/var/log #

cheers, Ian