[Insight-developers] Git corruption help
Bradley Lowekamp
blowekamp at mail.nih.gov
Thu Jun 14 13:53:13 EDT 2012
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
blowekamp at mail.nih.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20120614/ee7d3ada/attachment.htm>
More information about the Insight-developers
mailing list