[Paraview] Error: git submodule update

Grant Mc Auley gamcauley at gmail.com
Wed Nov 13 18:26:58 EST 2013


I am trying to install paraview using git following the Unix-like
instructions at
http://paraview.org/Wiki/ParaView:Build_And_Install#Checkout_Development_Version_from_git
.
 All this works fine (although I had to use 'http' protocol to clone):

Prepare directory for download
 # mkdir $HOME/projects
 # cd $HOME/projects

To download the source code
 # git clone git://paraview.org/ParaView.git ParaView
 # cd ParaView
 # git checkout -b trunk origin/master
 # git submodule init


However, when I try the next step (git update submodules), I see this:

zzz at zzz:~/code/ParaView$ git submodule update
fatal: Needed a single revision
Unable to find current revision in submodule path 'ThirdParty/IceT/vtkicet'

At first I thought it was an access issue, and changed the 'git' protocol
to 'http' in the .gitmodules file, but I still see the same message.

Any help would be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20131113/b9fe46a7/attachment.htm>


More information about the ParaView mailing list