[Insight-developers] Git corruption help

Brad King brad.king at kitware.com
Thu Jun 14 13:25:13 EDT 2012


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


More information about the Insight-developers mailing list