[Bf-docboard-svn] bf-manual: [7756] branches/blender-2.92-release/blender_docs/manual/about/contribute/release_cycle.rst: Fix svn branch path

Aaron Carlisle noreply at blender.org
Tue Feb 16 02:33:04 CET 2021


Revision: 7756
          https://developer.blender.org/rBM7756
Author:   Blendify
Date:     2021-02-16 02:33:03 +0100 (Tue, 16 Feb 2021)
Log Message:
-----------
Fix svn branch path

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/about/contribute/release_cycle.rst

Modified: branches/blender-2.92-release/blender_docs/manual/about/contribute/release_cycle.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/about/contribute/release_cycle.rst	2021-02-14 05:06:39 UTC (rev 7755)
+++ branches/blender-2.92-release/blender_docs/manual/about/contribute/release_cycle.rst	2021-02-16 01:33:03 UTC (rev 7756)
@@ -30,7 +30,7 @@
 
 To switch to the release branch use::
 
-   svn switch https://svn.blender.org/svnroot/bf-manual/branches/blender-{VERSION}-release/
+   svn switch https://svn.blender.org/svnroot/bf-manual/branches/blender-{VERSION}-release/blender_docs/
 
 To switch back to the development branch use::
 
@@ -43,7 +43,7 @@
 To merge changes from the release branch to the development branch,
 first switch to the development branch and use::
 
-   svn merge https://svn.blender.org/svnroot/bf-manual/branches/blender-{VERSION}-release/
+   svn merge https://svn.blender.org/svnroot/bf-manual/branches/blender-{VERSION}-release/blender_docs/
    svn ci -m "Merge branch 'blender-{VERSION}-release'"
 
 



More information about the Bf-docboard-svn mailing list