In myeclipse, use svn to check out items, should you choose above or below?

Mar.14,2021

if you understand that SVN is divided into three parts, you won't ask this question. First of all,

  1. the one shown in the first line is the SVN checkout address
  2. branches represents a branch for the development of some new features
  3. tags : is a tag typed, which is mainly used for example, tags for this release version, etc.
  4. trunk : it is the trunk branch and is used for mainline code development

as mentioned above, choosing trunk is the right choice if you want to choose the main branch for code development.

Menu