diff mbox series

dev-manual: Emphasize that use of Subversion is uncommon

Message ID 4e4b3cbb-27ed-e6b9-7369-2f190cf3969f@crashcourse.ca
State New
Headers show
Series dev-manual: Emphasize that use of Subversion is uncommon | expand

Commit Message

Robert P. J. Day June 11, 2026, 9:57 p.m. UTC
At the moment, there does not appear to be a single use of Subversion
in numerous OE layers, so mention that it is effectively deprecated as
an SCM even though it is still supported.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/external-scm.rst b/documentation/dev-manual/external-scm.rst
index 3ca9079b3..c22456aef 100644
--- a/documentation/dev-manual/external-scm.rst
+++ b/documentation/dev-manual/external-scm.rst
@@ -11,6 +11,13 @@  This only works for SCMs from which it is possible to get a sensible
 revision number for changes. Currently, you can do this with Apache
 Subversion (SVN) and Git.

+.. note::
+
+   While OpenEmbedded still actively maintains a Subversion package and
+   its underlying ``svn`` fetcher in Bitbake and you can still use
+   Subversion for custom recipes, its use is no longer common in
+   standard layers.
+
 To enable this behavior, the :term:`PV` of
 the recipe needs to include a ``+`` sign in its assignment.
 Here is an example::