@@ -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::
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> ---