git: f005afe756 - main - linux-users: reference Git repository (not svn)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 May 2023 20:46:42 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f005afe756bfb40b1d70571b7f546074a21a5636
commit f005afe756bfb40b1d70571b7f546074a21a5636
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-22 20:03:44 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-22 20:45:59 +0000
linux-users: reference Git repository (not svn)
FreeBSD migrated from Subversion to Git.
Event: Kitchener-Waterloo Hackathon 202305
Sponsored by: The FreeBSD Foundation
---
documentation/content/en/articles/linux-users/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/articles/linux-users/_index.adoc b/documentation/content/en/articles/linux-users/_index.adoc
index 6f1fc1c8bf..7086c93f7c 100644
--- a/documentation/content/en/articles/linux-users/_index.adoc
+++ b/documentation/content/en/articles/linux-users/_index.adoc
@@ -273,7 +273,7 @@ ipfw add allow tcp from any to me 22 in via $ext_if
There are two methods for updating a FreeBSD system: from source or binary updates.
Updating from source is the most involved update method, but offers the greatest amount of flexibility.
-The process involves synchronizing a local copy of the FreeBSD source code with the FreeBSD Subversion servers.
+The process involves synchronizing a local copy of the FreeBSD source code with the FreeBSD Git repository.
Once the local source code is up-to-date, a new version of the kernel and userland can be compiled.
Binary updates are similar to using `yum` or `apt-get` to update a Linux(R) system.