I typically just to: > git submodule update and it does the trick.
Utkarsh On Tue, May 18, 2010 at 10:13 AM, David Doria <[email protected]> wrote: > On Tue, May 18, 2010 at 10:04 AM, Francois Bertel > <[email protected]> wrote: >> What did you pull? ParaView? VTK? >> >> If your VTK is inside paraview then do this: >> >> $ cd ParaView >> $ git submodule update --recursive > > Ah yes, I forgot VTK isn't directly included when updating Paraview anymore. > > I tried this: > [dor...@daviddoria ParaView]$ git submodule update --recursive > > But it seems to be an invalid syntax, as it replied with: > > Usage: git submodule [--quiet] [--cached] [add [-b branch] <repo> > <path>]|[status|init|update [-i|--ini-N|--no-fetch]|summary > [-n|--summary-limit <n>] [<commit>]] [--] [<path>...]|[foreach > <command>]|[sync [<path>...]] > > I also tried this: > [dor...@daviddoria ParaView]$ git submodule update VTK > > but it didn't seem to do anything? > > Any other ideas? > > Thanks, > > David > _______________________________________________ > 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 > _______________________________________________ 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
