[Paraview-developers] New git repo: reporting changed repo after only pull

Dave Partyka dave.partyka at kitware.com
Mon Apr 19 19:09:50 EDT 2010


does 'git submodule update' help?

On Mon, Apr 19, 2010 at 7:02 PM, Moreland, Kenneth <kmorel at sandia.gov>wrote:

>  I noticed something odd when converting to the new git repositories
> today.  After only cloning the repository, setting up the modules, and then
> pulling (using the --rebase flag as described on the Wiki), status reports
> that I have made a change in my repository even though I have not.  Here is
> a terminal capture of a newly cloned ParaView repository (after modules and
> hooks are set up).
>
> kmorel2 0> git status
>                                /Users/kmorel/src/ParaView
> # On branch master
> nothing to commit (working directory clean)
> kmorel2 1> git pull --rebase
>                         /Users/kmorel/src/ParaView
> remote: Counting objects: 44, done.
> remote: Compressing objects: 100% (26/26), done.
> remote: Total 26 (delta 20), reused 0 (delta 0)
> Unpacking objects: 100% (26/26), done.
> From git://paraview.org/ParaView
>    c880593..c5f3c07  master     -> origin/master
> First, rewinding head to replay your work on top of it...
> Fast-forwarded master to c5f3c079ec12a1a85526a56e40147ded8089b7f0.
> kmorel2 0> git status
>                                /Users/kmorel/src/ParaView
> # 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:   VTK
> #
> no changes added to commit (use "git add" and/or "git commit -a")
> kmorel2 1>
>                                           /Users/kmorel/src/ParaView
>
>
> Does anyone have a clue why git is reporting VTK as modified or how to fix
> it?  I first noticed this as I was testing my dashboards and saw that update
> was reporting errors.
>
> -Ken
>
>    ****      Kenneth Moreland
>     ***      Sandia National Laboratories
> ***********
> *** *** ***  email: kmorel at sandia.gov
> **  ***  **  phone: (505) 844-8919
>     ***      web:   http://www.cs.unm.edu/~kmorel
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20100419/6310ad15/attachment.htm>


More information about the Paraview-developers mailing list