On 06/14/2012 01:18 PM, Bradley Lowekamp wrote: > $ cmake . > CMake Error: File /nfs/Users/blowekamp/src/SimpleITK/.git/refs/heads/next does not exist. No code should directly look in the repo for that file. One should run a git command like git rev-parse --verify -q refs/heads/next to see if a branch exists. -Brad K