1.

What Is “branch” , “tag” And “trunk” In Svn ?

Answer»
  • Trunk is the main body of development, originating from the start of the project TILL end.
  • Branch is a copy of code DERIVED from a certain point in the trunk that is used for applying major changes to the code while preserving the INTEGRITY of the code in the trunk.
  • Trunk is a point in time on the trunk or a branch that you wish to PRESERVE. This is like base lining the code after a major release.



Discussion

No Comment Found