[Paraview] problem with git clone in VTK submodule

Litvinov Sergey slitvinov at gmail.com
Mon Jul 18 08:52:37 EDT 2011


Robert Maynard <robert.maynard at kitware.com> writes:

> Hi,
>
> You will need to pull from mater and rerun The SetupForDevelopment
> script in your ParaView tree. Than you should move into your VTK
> directory and run "git fetch pvvtk --prune". After these steps you can
> do "git submodule update --init" and everything will be up to date.
>

Thanks. I can do a fresh clone now.

git clone --recursive git://paraview.org/ParaView.git
fatal: reference is not a tree: efd16cc76d4c43ca43b11d4584ef40db28891ff4
Unable to checkout 'efd16cc76d4c43ca43b11d4584ef40db28891ff4' in
submodule path 'VTK'
cd ParaView
bash ./Utilities/SetupForDevelopment.sh
cd VTK
git fetch pvvtk --prune
cd ../
git submodule update --init

git pullall
No error here.



More information about the ParaView mailing list