Robert Maynard <[email protected]> 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. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
