Following http://sodium.resophonic.com/boost-cmake/current-docs/quickstart.html#checkout-download-the-code
$ git clone git://gitorious.org/boost/cmake.git boost-cmake Initialized empty Git repository in /Users/dave/src/boost-cmake/.git/ remote: Counting objects: 423902, done. remote: Compressing objects: 100% (128934/128934), done. remote: Total 423902 (delta 297197), reused 418184 (delta 291664) Receiving objects: 100% (423902/423902), 135.15 MiB | 460 KiB/s, done. Resolving deltas: 100% (297197/297197), done. Checking out files: 100% (23874/23874), done. dhcp89-085-135:src dave$ cd boost-cmake dhcp89-085-135:boost-cmake dave$ git checkout 1.41.0.beta1.cmake1 error: pathspec '1.41.0.beta1.cmake1' did not match any file(s) known to git. $ git tag -l 1.40.0.cmake0 1.40.0.cmake1 1.40.0.cmake2 1.40.0.cmake3 1.41.0.cmakebeta1 1.41.0.cmakebeta2 1.41.0.cmakebeta3 1.41.0.cmakebeta4 Which one should I get? -- Dave Abrahams Meet me at BoostCon: http://www.boostcon.com BoostPro Computing http://www.boostpro.com _______________________________________________ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-cmake