git: cf77cf8be5 - main - Update information of source code repositories
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Jan 11 16:46:48 UTC 2021
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 <lwhsu at FreeBSD.org>
AuthorDate: 2021-01-11 16:46:00 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
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 @@
<body class="navinclude.developers">
+ <h2>Git</h2>
+
+ <p><a href="https://git-scm.com/">Git</a>
+ 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.</p>
+
+ <p>In December 2020, development of the base system migrated from
+ Subversion to Git. The <a
+ href="https://cgit.FreeBSD.org/src/">web interface</a> is available for
+ browsing the repository.</p>
+
+ <p>In December 2020, the FreeBSD Documentation Project moved from Subversion
+ to Git. There is a <a
+ href="https://cgit.FreeBSD.org/doc/">web interface</a> available for
+ browsing the contents of the FreeBSD Documentation Project
+ Git repository.</p>
+
+ <p>The FreeBSD Ports tree is planned to move from Subversion to Git at the
+ end of March 2021. There is a <a
+ href="https://cgit-dev.FreeBSD.org/ports/">web interface</a> for
+ browsing the beta repository.</p>
+
<h2>Subversion</h2>
<p><a href="https://subversion.apache.org/">Subversion</a>
(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.</p>
<p>In June 2008, development of the base system migrated from CVS to
- Subversion. The <a href="https://svnweb.FreeBSD.org/base/">web
- interface</a> is available for browsing the repository.</p>
+ 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 <a
+ href="https://svnweb.FreeBSD.org/base/">web interface</a> is available
+ for browsing the repository.</p>
<p>In May 2012, the FreeBSD Documentation Project moved from CVS
- to Subversion.
- There is a <a
- href="https://svnweb.FreeBSD.org/doc/">web interface</a>
+ 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 <a
+ href="https://svnweb.FreeBSD.org/doc/">web interface</a>
available for browsing the contents of the FreeBSD Documentation
Project SVN repository.</p>
More information about the dev-commits-doc-all
mailing list