asp.net - Explain the concept of branch, trunk, in the context of source code repositories (like Subversion, VCS, VSS) -


concept of branch, trunk/* context of source code repositories

a trunk main code base , 1 began when project started , until present.

a branch copy of code derived trunk , used applying changes code. if changes accepted, merged trunk.


Comments

Popular posts from this blog

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -