|
|
Line 1: |
Line 1: |
| ==Introduction==
| | The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/utils/kwsys/blob/master/CONTRIBUTING.rst here]. |
| | |
| KWSys 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 required for development
| |
| |-
| |
| |
| |
| :*<span style="font-size: 1.5em">[[KWSys/Git/Download|Download KWSys]] - Users start here</span>
| |
| |-
| |
| |
| |
| :*<span style="font-size: 1.5em">[[KWSys/Git/Develop|Develop KWSys]] - Contributors start here</span>
| |
| |-
| |
| |
| |
| Other Tasks:
| |
| |-
| |
| |
| |
| :*<span style="font-size: 1.5em">[http://review.source.kitware.com/p/KWSys Review Changes]</span> - KWSys 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/index.php/Gitweb Gitweb] interface at http://public.kitware.com/gitweb?p=KWSys.git.
| |
| | |
| {|border="1" cellspacing="0" cellpadding="3"
| |
| !Repository
| |
| !Purpose
| |
| !Access
| |
| !URL
| |
| |-
| |
| |rowspan=3|<code>KWSys.git</code>
| |
| |rowspan=3|Kitware System Library
| |
| |clone (git)
| |
| |<code>git://public.kitware.com/KWSys.git</code>
| |
| |-
| |
| |clone (http)
| |
| |<code>http://public.kitware.com/KWSys.git</code>
| |
| |-
| |
| |push (ssh)
| |
| |<code>git@public.kitware.com:KWSys.git</code> ''(maintainers only)''
| |
| |-
| |
| |rowspan=3|<code>KWSys Gerrit</code>
| |
| |rowspan=3|KWSys Code Review
| |
| |-
| |
| |fetch (http)
| |
| |<code>http://review.source.kitware.com/p/KWSys</code>
| |
| |-
| |
| |push (ssh)
| |
| |<code>ssh://''username''@review.source.kitware.com/KWSys</code>
| |
| |}
| |
| | |
| ==Branches==
| |
| | |
| At the time of this writing the <code>KWSys.git</code> repository has the following branches:
| |
| | |
| * '''master''': Development (default)
| |