[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

version control model of Subversion source code

From: wuzhouhui <wuzhouhui14_at_mails.ucas.ac.cn>
Date: Wed, 20 Mar 2019 14:42:45 +0800 (GMT+08:00)

Hi,

This question is unrelated to Subversion's usage or issues, but
related to version control model of Subversion source code. Let
me explain in detail.

As far as I know, new code is committed to trunk firstly, then
cherry-picked to release-branch in necessary, so the branch-view
of Subversion is following (cp stands for cherry-pick):

-----------o--------------------o----------- 1.10.x
          / /
        cp cp
        / /
--------o---------o--------o---------o-----o trunk
        \ \ \
         cp cp cp
           \ \ \
------------o---------o-------------------o 1.11.x

And tags are always created on release-branch.

Am I right?
Received on 2019-03-20 07:43:15 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.