ParaView/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
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.
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 all branches and tags older than ParaView 3.2.
At the time of this writing the repository does not have all branches and tags older than ParaView 2.6.
Conversion of older branches and tags from CVS will be completed later and added.  
Conversion of older branches and tags from CVS will be completed later and added.  



Revision as of 18:01, 31 March 2010

ParaView version tracking and development will be hosted by Git.

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 Gitweb interface at http://paraview.org/paraview-tmp.git.

At the time of this writing the repository does not have all branches and tags older than ParaView 2.6. Conversion of older 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

Feel free to push anything to the experimental paraview-tmp.git repository. Note however that it is not official and all changes will be thrown away before publishing the official repository.

See the VTK Git documentation for further details.