VTK/Git: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
Line 58: Line 58:
|-
|-
|push (ssh)
|push (ssh)
|<code>''username''@review.source.kitware.com:VTK</code>
|<code>ssh://''username''@review.source.kitware.com/VTK</code>
|-
|-
|rowspan=3|<code>VTKData.git</code>
|rowspan=3|<code>VTKData.git</code>

Revision as of 14:42, 1 February 2012

Introduction

VTK version tracking and development is hosted by Git. Please select a task for further instructions:

Main Tasks:

  • Install Git - Git 1.6.6 or greater is preferred (required for development)

Other Tasks:

The remainder of this page provides reference information and links. It is not intended to provide instructions.

Repositories

One may browse the repositories online using the Gitweb interface at http://vtk.org/gitweb.

Repository Purpose Access URL
VTK.git Visualization Toolkit clone (git) git://vtk.org/VTK.git
clone (http) http://vtk.org/VTK.git
push (ssh) git@vtk.org:VTK.git
Gerrit VTK.git VTK Code Review
fetch (http) http://review.source.kitware.com/p/VTK
push (ssh) ssh://username@review.source.kitware.com/VTK
VTKData.git VTK Testing Data clone (git) git://vtk.org/VTKData.git
clone (http) http://vtk.org/VTKData.git
push (ssh) git@vtk.org:VTKData.git

Branches

At the time of this writing the VTK.git repository has the following branches:

  • master: Development (default)
  • release: Maintenance of latest release
  • nightly-master: Follows master, updated at 01:00 UTC
  • hooks: Local commit hooks (place in .git/hooks)

Release branches converted from CVS have been artificially merged into master. Actual releases have tags named by the release version number.