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

Luis Ibanez luis.ibanez at kitware.com
Sat Aug 21 20:57:45 EDT 2010


Hi Brad,

I tried adding two new images to

        ITK/Testing/Data

but it looks like I introduced a problem.

In the current state, if I got to

  ITK/Testing/Data

and do

  git branch master
  git pull

I have the two images


   - Bretagne1.j2k ---- 90Kb
   - Cevennes2.jp2 ---- 18Kb


then, when going back to the ITK top
directory and doing

    git status

I get:

$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#       modified:   Testing/Data
#
no changes added to commit (use "git add" and/or "git commit -a")

and if I do (also in the main ITK directory):

   git pull
   git submodule update

I get

Submodule path 'Testing/Data': checked out
'bc9550f3215104818f0464fd6ede7c8ea3462aeb'

and,... if I cd down to Testing/Data, and do

    git status

I get:

# Not currently on any branch.
nothing to commit (working directory clean)

and,

       git branch

returns


* (no branch)
  master


-----

How do the branches of Testing/Data relate
to the ones of ITK proper ?


    Thanks for any advice,


          Luis


---

BTW: This is the reason why several JPEG2000
tests are currently failing in the Dashboard...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20100821/0556ad30/attachment.htm>


More information about the Insight-developers mailing list