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

前端 未结 16 1559
后悔当初
后悔当初 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:19

    For people familiar with GIT, master in GIT is equivalent to trunk in SVN.

    Branch and tag has same terminology in both GIT and SVN.

提交回复
热议问题