From owner-dev-commits-doc-all@freebsd.org Mon Jan 11 16:46:48 2021
Return-Path:
Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8490B4DF584
for ;
Mon, 11 Jan 2021 16:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
[IPv6:2610:1c1:1:606c::19:3])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
client-signature RSA-PSS (4096 bits) client-digest SHA256)
(Client CN "mxrelay.nyi.freebsd.org",
Issuer "Let's Encrypt Authority X3" (verified OK))
by mx1.freebsd.org (Postfix) with ESMTPS id 4DF03X3QhFz4V0g;
Mon, 11 Jan 2021 16:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:5])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
(Client did not present a certificate)
by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 689031DBCB;
Mon, 11 Jan 2021 16:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org ([127.0.1.44])
by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 10BGkmTv017894;
Mon, 11 Jan 2021 16:46:48 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 10BGkmNS017893;
Mon, 11 Jan 2021 16:46:48 GMT (envelope-from git)
Date: Mon, 11 Jan 2021 16:46:48 GMT
Message-Id: <202101111646.10BGkmNS017893@gitrepo.freebsd.org>
To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
From: Li-Wen Hsu
Subject: git: cf77cf8be5 - main - Update information of source code
repositories
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: lwhsu
X-Git-Repository: doc
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: cf77cf8be5142f3069e313f6eef3a36597b3dab3
Auto-Submitted: auto-generated
X-BeenThere: dev-commits-doc-all@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: Commit messages for all branches of the doc repository
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 11 Jan 2021 16:46:48 -0000
The branch main has been updated by lwhsu (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=cf77cf8be5142f3069e313f6eef3a36597b3dab3
commit cf77cf8be5142f3069e313f6eef3a36597b3dab3
Author: Li-Wen Hsu
AuthorDate: 2021-01-11 16:46:00 +0000
Commit: Li-Wen Hsu
CommitDate: 2021-01-11 16:46:00 +0000
Update information of source code repositories
Doc and src repositories are in git now and ports tree is in progress.
Reviewed by: uqs, ygy
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D28080
---
en_US.ISO8859-1/htdocs/developers/cvs.xml | 40 ++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 6 deletions(-)
diff --git a/en_US.ISO8859-1/htdocs/developers/cvs.xml b/en_US.ISO8859-1/htdocs/developers/cvs.xml
index 9951fd2491..d5bbfd97fa 100644
--- a/en_US.ISO8859-1/htdocs/developers/cvs.xml
+++ b/en_US.ISO8859-1/htdocs/developers/cvs.xml
@@ -13,23 +13,51 @@
+ Git
+
+ Git
+ is the tool the &os; Project uses for keeping its sources
+ under control. Every change (with an accompanying log message
+ explaining its purpose) is stored. It can be
+ easily viewed from the web interface mentioned below.
+
+ In December 2020, development of the base system migrated from
+ Subversion to Git. The web interface is available for
+ browsing the repository.
+
+ In December 2020, the FreeBSD Documentation Project moved from Subversion
+ to Git. There is a web interface available for
+ browsing the contents of the FreeBSD Documentation Project
+ Git repository.
+
+ The FreeBSD Ports tree is planned to move from Subversion to Git at the
+ end of March 2021. There is a web interface for
+ browsing the beta repository.
+
Subversion
Subversion
(SVN for short)
- is the tool the &os; Project uses for keeping its sources
+ is the legacy tool the &os; Project used for keeping its sources
under control. Every change (with an accompanying log message
explaining its purpose) is stored. It can be
easily viewed from the web interface mentioned below.
In June 2008, development of the base system migrated from CVS to
- Subversion. The web
- interface is available for browsing the repository.
+ Subversion. Since December 2020, after development moved to Git,
+ Subversion only receives translated commits from git2svn exporter in
+ stable/11, stable/12 and supported release branches. The web interface is available
+ for browsing the repository.
In May 2012, the FreeBSD Documentation Project moved from CVS
- to Subversion.
- There is a web interface
+ to Subversion. The doc subversion repository does not receive any further
+ updates after the development moved from Subversion to Git Since
+ December 2020. There is a web interface
available for browsing the contents of the FreeBSD Documentation
Project SVN repository.