[CMake] [ANNOUNCE] CMake has moved to Git!
Brad King
brad.king at kitware.com
Mon Feb 22 13:46:18 EST 2010
Hi Folks,
Kitware has moved to distributed version control for CMake in order to
better engage our growing community of developers and users. It will
enhance our process for accepting patches and help give credit to all
contributors.
We've chosen Git to implement this move. Details appear here:
http://www.cmake.org/Wiki/CMake/Git
http://www.cmake.org/cmake/resources/software.html#dev
Use one of these commands to clone the "cmake.org/cmake.git" repository:
git clone git://cmake.org/cmake.git CMake
or for http protocol:
git clone http://cmake.org/cmake.git CMake
If you cannot install a git client, the repository is also served
by cvs pserver:
cvs -d :pserver:anonymous at cmake.org:/cmake.git co -d CMake master
Please see the above-linked wiki page for full instructions.
-Brad
More information about the CMake
mailing list