troy d. straszheim wrote:
Thomas Klimpel wrote:
Hi Troy,

I'm having trouble with the new repository (but I never tried the old
one). The page says "Clone this repository   (Git / HTTP) :   git
clone git://gitorious.org/boost/cmake.git" but after the repository
is cloned, it complains "warning: remote HEAD refers to nonexistent
ref, unable to checkout.".

Fixing, sorry about this, didn't test from a fresh clone.


Fixed.  It is safest to just wipe your clone and start fresh.
You should see:

% git clone git://gitorious.org/boost/cmake.git
Initialized empty Git repository in /tmp/cm2/cmake/.git/
remote: Counting objects: 414369, done.
remote: Compressing objects: 100% (124721/124721), done.
remote: Total 414369 (delta 288926), reused 411946 (delta 286503)
Receiving objects: 100% (414369/414369), 131.71 MiB | 1009 KiB/s, done.
Resolving deltas: 100% (288926/288926), done.
Checking out files: 100% (23636/23636), done.

% cd cmake

% git tag -l
1.40.0.cmake0
1.40.0.cmake1

% git branch -l
* master

% git branch -r
  origin/1.40.0
  origin/HEAD
  origin/master

% git checkout -b 1.40.0 origin/1.40.0
Branch 1.40.0 set up to track remote branch refs/remotes/origin/1.40.0.
Switched to a new branch "1.40.0"

% git log -n1
commit a1bf4d525d2cfde1f3a901f6c4c1c3d03adffe11
Author: troy d. straszheim <t...@resophonic.com>
Date:   Sat Oct 10 14:06:12 2009 -0400

    release notes for 1.40.0.cmake1

-t

_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to