|
|
(6 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | ==Introduction==
| + | The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/README.md here]. |
− | | |
− | VTK version tracking and development is hosted by [http://git-scm.com Git].
| |
− | Please select a task for further instructions:
| |
− | | |
− | {|border="0"
| |
− | |-
| |
− | |width=70%|
| |
− | Main Tasks:
| |
− | |-
| |
− | |
| |
− | :*<span style="font-size: 1.5em">[[Git/Download|Install Git]]</span> - Git 1.6.6 or greater is preferred (required for development)
| |
− | |-
| |
− | |
| |
− | :*<span style="font-size: 1.5em">[[VTK/Git/Download|Download VTK]] - Users start here</span>
| |
− | |-
| |
− | |
| |
− | :*<span style="font-size: 1.5em">[[VTK/Git/Develop|Develop VTK]] - Contributors start here</span>
| |
− | |-
| |
− | |
| |
− | Other Tasks:
| |
− | |-
| |
− | |
| |
− | :*<span style="font-size: 1.5em">[http://review.source.kitware.com/p/VTK Review Changes]</span> - VTK Gerrit Code Review
| |
− | |-
| |
− | |
| |
− | :*<span style="font-size: 1.5em">[[Git/Resources|Learn Git]]</span> - Third-party documentation
| |
− | |}
| |
− | | |
− | ''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 [https://git.wiki.kernel.org/articles/g/i/t/Gitweb.html Gitweb] interface at http://vtk.org/gitweb.
| |
− | | |
− | {|border="1" cellspacing="0" cellpadding="3"
| |
− | !Repository
| |
− | !Purpose
| |
− | !Access
| |
− | !URL
| |
− | |-
| |
− | |rowspan=3|<code>VTK.git</code>
| |
− | |rowspan=3|Visualization Toolkit
| |
− | |clone (git)
| |
− | |<code>git://vtk.org/VTK.git</code>
| |
− | |-
| |
− | |clone (http)
| |
− | |<code>http://vtk.org/VTK.git</code>
| |
− | |-
| |
− | |push (ssh)
| |
− | |<code>git@vtk.org:VTK.git</code>
| |
− | |-
| |
− | |rowspan=3|<code>VTK Gerrit</code>
| |
− | |rowspan=3|VTK Code Review
| |
− | |-
| |
− | |fetch (http)
| |
− | |<code>http://review.source.kitware.com/p/VTK</code>
| |
− | |-
| |
− | |push (ssh)
| |
− | |<code>ssh://''username''@review.source.kitware.com/VTK</code>
| |
− | |-
| |
− | |rowspan=3|<code>VTKData.git</code>
| |
− | |rowspan=3|VTK Testing Data
| |
− | |clone (git)
| |
− | |<code>git://vtk.org/VTKData.git</code>
| |
− | |-
| |
− | |clone (http)
| |
− | |<code>http://vtk.org/VTKData.git</code>
| |
− | |-
| |
− | |push (ssh)
| |
− | |<code>git@vtk.org:VTKData.git</code>
| |
− | |-
| |
− | |GitHub
| |
− | |Mirror
| |
− | |
| |
− | |<code>https://github.com/Kitware/VTK</code>
| |
− | |-
| |
− | |Gitorious
| |
− | |Mirror
| |
− | |
| |
− | |<code>https://gitorious.org/kitware/vtk</code>
| |
− | |}
| |
− | | |
− | ==Branches==
| |
− | | |
− | At the time of this writing the <code>VTK.git</code> 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 ([[Git/Hooks#Local|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.
| |