CMake/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: CMake version tracking and development is moving to [http://git-scm.com Git]. =Experimental Repository= We have published an ''experimental'' repository on <code>cmake.org</code>. '''WE ...)
 
(Replaced content with "The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/cmake/cmake/blob/master/Help/dev/README.rst here].")
 
(75 intermediate revisions by 4 users not shown)
Line 1: Line 1:
CMake version tracking and development is moving to [http://git-scm.com Git].
The instructions previously available on this page have been supersededSee [https://gitlab.kitware.com/cmake/cmake/blob/master/Help/dev/README.rst here].
 
=Experimental Repository=
 
We have published an ''experimental'' repository on <code>cmake.org</code>.
'''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 thereThe final conversion will be available soon, at which point we may all begin sharing changes!
 
''At the time of this writing it has only the development mainline and no branches or tags.''
These will be converted and added later without hindering the main move.
 
One may clone the repository using [http://www.kernel.org/pub/software/scm/git/docs/git-clone.html git clone] through the native <code>git</code> protocol:
 
  git clone git://cmake.org/cmake-tmp.git CMake
 
or through the (less efficient) <code>http</code> protocol:
 
  git clone http://cmake.org/cmake-tmp.git CMake
 
The repository is also available by anonymous cvs pserver, served by [http://www.kernel.org/pub/software/scm/git/docs/git-cvsserver.html git cvsserver].
The server maps git branches to cvs modules, so one must ask cvs to get the module "master":
 
  cvs -d :pserver:anonymous@cmake.org:/cmake-tmp.git co -d CMake master

Latest revision as of 15:14, 6 March 2017

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