From f8a3542b58536575eee2ab2bc013f709526c17c1 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 27 Oct 2022 22:11:59 +0100 Subject: [PATCH] Drop svnlite instructions in favor of git While FreeBSD 12 sources are still available via Subversion, users are better off using git as it is the source of truth. --- docs/Getting Started/FreeBSD.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/FreeBSD.rst b/docs/Getting Started/FreeBSD.rst index bb61620..cbc3e35 100644 --- a/docs/Getting Started/FreeBSD.rst +++ b/docs/Getting Started/FreeBSD.rst @@ -31,12 +31,12 @@ The following dependencies are required to build OpenZFS on FreeBSD: - FreeBSD sources in /usr/src or elsewhere specified by SYSDIR in env. If you don't have the sources installed you can install them with - svnlite. + git. Install source For FreeBSD 12: :: - svnlite checkout https://svn.freebsd.org/base/stable/12 /usr/src + git clone -b stable/12 https://git.FreeBSD.org/src.git /usr/src Install source for FreeBSD Current: ::