VTK/Git: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
Line 20: Line 20:
|
|
Other Tasks:
Other Tasks:
|-
|
:*<span style="font-size: 1.5em">[http://review.source.kitware.com/p/VTK Review Changes]</span> - VTK Gerrit Code Review
|-
|-
|
|

Revision as of 14:41, 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) 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.