ParaView/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 30: Line 30:


One may browse the repositories online using the [http://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://paraview.org/gitweb.
One may browse the repositories online using the [http://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://paraview.org/gitweb.
{|border="1" cellspacing="0" cellpadding="3"
!Repository
!Purpose
!Access
!URL
|-
|rowspan=3|<code>ParaView.git</code>
|rowspan=3|ParaView
|clone (git)
|<code>git://paraview.org/ParaView.git</code>
|-
|clone (http)
|<code>http://paraview.org/ParaView.git</code>
|-
|push (ssh)
|<code>git@paraview.org:ParaView.git</code>
|-
|rowspan=3|<code>stage/ParaView.git</code>
|rowspan=3|ParaView Topic Stage
|fetch (git)
|<code>git://paraview.org/stage/ParaView.git</code>
|-
|fetch (http)
|<code>http://paraview.org/stage/ParaView.git</code>
|-
|push (ssh)
|<code>git@paraview.org:stage/ParaView.git</code>
|-
|rowspan=3|<code>PVVTK.git</code>
|rowspan=3|PVVTK Topic Stage
|fetch (git)
|<code>git://paraview.org/PVVTK.git</code>
|-
|fetch (http)
|<code>http://paraview.org/PVVTK.git</code>
|-
|push (ssh)
|<code>git@paraview.org:PVVTK.git</code>
|}

Revision as of 18:47, 21 June 2011

Introduction

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

Main Tasks:

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://paraview.org/gitweb.

Repository Purpose Access URL
ParaView.git ParaView clone (git) git://paraview.org/ParaView.git
clone (http) http://paraview.org/ParaView.git
push (ssh) git@paraview.org:ParaView.git
stage/ParaView.git ParaView Topic Stage fetch (git) git://paraview.org/stage/ParaView.git
fetch (http) http://paraview.org/stage/ParaView.git
push (ssh) git@paraview.org:stage/ParaView.git
PVVTK.git PVVTK Topic Stage fetch (git) git://paraview.org/PVVTK.git
fetch (http) http://paraview.org/PVVTK.git
push (ssh) git@paraview.org:PVVTK.git