[Insight-developers] Git ITK : How to add images to ITKData ?

Brad King brad.king at kitware.com
Mon Aug 23 09:54:39 EDT 2010


On 08/21/2010 08:57 PM, Luis Ibanez wrote:
> How do the branches of Testing/Data relate to the ones of ITK proper?

There is no branch-to-branch relationship.  There is a commit-to-commit
relationship.  Each commit in ITK proper refers to the exact commit in
ITKData that it wants to use.

It looks like you've already published the change to ITKData:

  http://itk.org/gitweb?p=ITKData.git;a=commitdiff;h=1eb70bee

Now you just need to update the Testing/Data link in ITK proper to
point at the new version of ITKData.  I've not yet written up on the
Wiki how to do this.  For now try the instructions for updating VTK
inside ParaView:

  http://www.paraview.org/Wiki/ParaView/Git#Commits_inside_VTK

You've already done most of the steps, so skip to the part that has

 git add VTK

Just replace "VTK" with "Testing/Data" in the instructions.

-Brad


More information about the Insight-developers mailing list