Ok,

So my repository is OK?

I didn't see any thing else to indicate that there was a problem with the repo.

https://github.com/SimpleITK/SimpleITK/blob/master/CMake/GetGitRevisionDescription.cmake
https://github.com/SimpleITK/SimpleITK/blob/master/CMake/GetGitRevisionDescription.cmake.in

This cmake code spends a lot of time looking into the files in the repo, it is 
probably doing alot of things that you aren't suppose to.

Brad


On Jun 14, 2012, at 1:25 PM, Brad King wrote:

> 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

========================================================
Bradley Lowekamp  
Medical Science and Computing for
Office of High Performance Computing and Communications
National Library of Medicine 
[email protected]



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers

Reply via email to