git: 61ddedc886 - main - project model: s/svn/git/

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Sat, 03 Dec 2022 22:12:47 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/doc/commit/?id=61ddedc88668e35355ae753d0a0b1f9d22bfe929

commit 61ddedc88668e35355ae753d0a0b1f9d22bfe929
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2022-12-03 22:11:55 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-12-03 22:11:55 +0000

    project model: s/svn/git/
    
    There are more things need to be updated in this doc.
    
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/books/dev-model/_index.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/documentation/content/en/books/dev-model/_index.adoc b/documentation/content/en/books/dev-model/_index.adoc
index a8e4aba622..8e0a1b8226 100644
--- a/documentation/content/en/books/dev-model/_index.adoc
+++ b/documentation/content/en/books/dev-model/_index.adoc
@@ -552,9 +552,9 @@ However, to create or implement a patch, the Security Officer has the Security O
 [[role-repo-manager]]
 ==== Source Repository Manager
 
-The Source Repository Manager is the only one who is allowed to directly modify the repository without using the <<tool-svn>> tool.
+The Source Repository Manager is the only one who is allowed to directly modify the repository without using the <<tool-git>> tool.
 It is their responsibility to ensure that technical problems that arise in the repository are resolved quickly.
-The source repository manager has the authority to back out commits if this is necessary to resolve a SVN technical problem.
+The source repository manager has the authority to back out commits if this is necessary to resolve a Git technical problem.
 
 Hat held by: the Source Repository Manager mailto:clusteradm@FreeBSD.org[clusteradm@FreeBSD.org].
 
@@ -1017,10 +1017,10 @@ For slips of time not to become too long with regards to security and stability
 The major support tools for supporting the development process are Bugzilla, Mailman, and OpenSSH.
 These are externally developed tools and are commonly used in the open source world.
 
-[[tool-svn]]
-=== Subversion (SVN)
+[[tool-git]]
+=== Git
 
-Subversion ("SVN") is a system to handle multiple versions of text files and tracking who committed what changes and why.
+Git is a system to handle multiple versions of text files and tracking who committed what changes and why.
 A project lives within a "repository" and different versions are considered different "branches".
 
 [[tool-bugzilla]]
@@ -1035,7 +1035,7 @@ The committers also have web and command-line clients.
 === Mailman
 
 Mailman is a program that automates the management of mailing lists.
-The FreeBSD Project uses it to run 16 general lists, 60 technical lists, 4 limited lists and 5 lists with SVN commit logs.
+The FreeBSD Project uses it to run 16 general lists, 60 technical lists, 4 limited lists and 5 lists with Git commit logs.
 It is also used for many mailing lists set up and used by other people and projects in the FreeBSD community.
 General lists are lists for the general public, technical lists are mainly for the development of specific areas of interest, and closed lists are for internal communication not intended for the general public.
 The majority of all the communication in the project goes through these 85 lists  [<<ref-bsd-handbook, FreeBSD, 2003A>>, Appendix C].