What do “branch”, “tag” and “trunk” mean in Subversion repositories?

前端 未结 16 1592
后悔当初
后悔当初 2020-11-22 11:51

I\'ve seen these words a lot around Subversion (and I guess general repository) discussions.
I have been using SVN for my projects for the last few year

16条回答
  •  不知归路
    2020-11-22 12:08

    In addition to what Nick has said you can find out more at Streamed Lines: Branching Patterns for Parallel Software Development

    enter image description here

    In this figure main is the trunk, rel1-maint is a branch and 1.0 is a tag.

提交回复
热议问题