ParaView/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with 'ParaView version tracking and development will be hosted by [http://git-scm.com Git]. We have published an ''experimental'' repository on paraview.org. '''WE REQUEST THAT NO ONE…')
 
(Replaced content with "The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/git/README.md here].")
 
(46 intermediate revisions by 7 users not shown)
Line 1: Line 1:
ParaView version tracking and development will be hosted by [http://git-scm.com Git].
The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/git/README.md here].
 
We have published an ''experimental'' repository on paraview.org. '''WE REQUEST THAT NO ONE PUBLISH A CLONE OF THIS REPOSITORY AT AN ONLINE HOSTING SITE'''. This may or may not be the final version of history after conversion from CVS. It may be removed or rewritten at any time. We prefer to not have multiple incompatible histories out there. The final conversion will be available soon, at which point we may all begin sharing changes!
 
One may browse the repository online using the [http://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://paraview.org/paraview-tmp.git.
 
At the time of this writing the repository does not have branches.
Conversion of branches and tags from CVS will be completed later and added.
 
The clone URLs for the repository are
 
git://paraview.org/paraview-tmp.git
http://paraview.org/paraview-tmp.git
 
The push URL for the repository is
 
git@paraview.org:paraview-tmp.git
 
See the [[VTK/Git | VTK]] Git documentation for further details.

Latest revision as of 12:29, 20 March 2015

The instructions previously available on this page have been superseded. See here.