TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:documentation:devguide:branches_and_tags [2017/07/10 16:51]
marisa [Branches]
wiki:documentation:devguide:branches_and_tags [2018/08/23 17:07]
marisa [Branches]
Line 10: Line 10:
 <code bash> <code bash>
 * master * master
 +  release-5.4
 +  release-5.3
   release-5.2   release-5.2
   remotes/​origin/​HEAD -> origin/​master   remotes/​origin/​HEAD -> origin/​master
Line 31: Line 33:
  
 We have the following branches: We have the following branches:
-  * **develop:​** This is the branch where the development team is working to add new features to future versions of TerraLib and TerraView. It may be instable ​although ​the codebase is subject to automatic tests (regression and unittests). We don't recommend to generate production versions of TerraLib/​TerraView from this branch. Use it for testing new features and get involved with TerraLib/​TerraView development.+  * **develop:​** This is the branch where the development team is working to add new features to future versions of TerraLib and TerraView. It may be unstable ​although ​all updates((merge request in GIT)are accepted only after building in all platform. We don't recommend to generate production versions of TerraLib/​TerraView from this branch. Use it for testing new features and get involved with TerraLib/​TerraView development.
  
 +  * **release-5.4:​** This is the branch for TerraLib generation //5.4.z//.
 +
 +  * **release-5.3:​** This is the branch for TerraLib generation //5.3.z//.
  
   * **release-5.2:​** This is the branch for TerraLib generation //5.2.z//.   * **release-5.2:​** This is the branch for TerraLib generation //5.2.z//.
Line 39: Line 44:
  
   * **release-5.0:​** This is the branch for TerraLib generation //5.0.z//.   * **release-5.0:​** This is the branch for TerraLib generation //5.0.z//.
 + 
 +  * **master:** This is the default branch((after //clone// command)).
 +
  
 In order to switch to one of the branches listed above, use the checkout command and create a local branch to track the remote branch. The syntax of ''​git checkout''​ is: In order to switch to one of the branches listed above, use the checkout command and create a local branch to track the remote branch. The syntax of ''​git checkout''​ is: