This was originally added as a bug to FreeBSD bugtracker here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210611
svnliteserve rc.d script
As of FreeBSD 10.0, a "light" version of Subversion has been integrated into the base system. It includes most of the svn tools, though the filenames have been changed (e.g. "svnlite" instead of "svn", "svnliteserve" instead of "svnserve" etc.) Most people probably would use this for the client, but it turns out the server binary is included as well.
I want to setup a Subversion server using this integrated version. Everything works fine, except we are missing a preinstalled rc.d/ script for svnliteserve. I have created one by modifying the svnserve script from devel/subversion port. I placed it in /etc/rc.d, set up the permissions, and can now run the server using the base binaries.
I would like to see this get added to a future release, so that FreeBSD can be used "out of the box" to run an svn server!