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.
On Sat, Jul 16, 2011 at 2:56 PM, Sergey Litvinov <[email protected]> wrote: > I cannot clone ParaView repository using command > (http://www.vtk.org/Wiki/ParaView/Git/Download) > > git clone --recursive git://paraview.org/ParaView.git > > The output is > > Cloning into ParaView... > remote: Counting objects: 260035, done. > remote: Compressing objects: 100% (63451/63451), done. > remote: Total 260035 (delta 196077), reused 260035 (delta 196077) > Receiving objects: 100% (260035/260035), 80.05 MiB | 114 KiB/s, done. > Resolving deltas: 100% (196077/196077), done. > Submodule 'Qt/Testing' (git://paraview.org/QtTesting.git) registered > for path 'Qt/Testing' > Submodule 'IceT' (git://paraview.org/IceT.git) registered for path > 'Utilities/IceT' > Submodule 'Utilities/VisItBridge' (git://paraview.org/VisItBridge.git) > registered for path 'Utilities/VisItBridge' > Submodule 'Xdmf' (git://paraview.org/Xdmf.git) registered for path > 'Utilities/Xdmf2' > Submodule 'Utilities/protobuf' (git://public.kitware.com/protobuf.git) > registered for path 'Utilities/protobuf' > Submodule 'VTK' (git://vtk.org/VTK.git) registered for path 'VTK' > Cloning into Qt/Testing... > remote: Counting objects: 1001, done. > remote: Compressing objects: 100% (228/228), done. > remote: Total 1001 (delta 772), reused 1001 (delta 772) > Receiving objects: 100% (1001/1001), 194.26 KiB | 94 KiB/s, done. > Resolving deltas: 100% (772/772), done. > Submodule path 'Qt/Testing': checked out > '50c491298f6a769416e151d65b1d92960decac72' > Cloning into Utilities/IceT... > remote: Counting objects: 3799, done. > remote: Compressing objects: 100% (929/929), done. > remote: Total 3799 (delta 2865), reused 3799 (delta 2865) > Receiving objects: 100% (3799/3799), 982.93 KiB | 95 KiB/s, done. > Resolving deltas: 100% (2865/2865), done. > Submodule path 'Utilities/IceT': checked out > '3279f16774597d4dbf55bfc3aef4ecff3aba77b0' > Cloning into Utilities/VisItBridge... > remote: Counting objects: 5605, done. > remote: Compressing objects: 100% (1773/1773), done. > remote: Total 5605 (delta 3820), reused 5605 (delta 3820) > Receiving objects: 100% (5605/5605), 7.22 MiB | 97 KiB/s, done. > Resolving deltas: 100% (3820/3820), done. > Submodule path 'Utilities/VisItBridge': checked out > 'db2dfbd0b6c3fcb36e57dfcdeca486d1f5191e71' > Cloning into Utilities/Xdmf2... > remote: Counting objects: 9045, done. > remote: Compressing objects: 100% (2499/2499), done > remote: Total 9045 (delta 6513), reused 9045 (delta 6513) > Receiving objects: 100% (9045/9045), 6.73 MiB | 97 KiB/s, done. > Resolving deltas: 100% (6513/6513), done. > Submodule path 'Utilities/Xdmf2': checked out > '7522f14cd4e66cfc7733d396f1914554ad20324a' > Cloning into Utilities/protobuf... > remote: Counting objects: 728, done. > remote: Compressing objects: 100% (419/419), done. > remote: Total 728 (delta 287), reused 728 (delta 287) > Receiving objects: 100% (728/728), 1.79 MiB | 48 KiB/s, done. > Resolving deltas: 100% (287/287), done. > Submodule path 'Utilities/protobuf': checked out > '342ac94fcf248d65212426c311aa2bd53f390121' > Cloning into VTK... > remote: Counting objects: 292068, done. > remote: Compressing objects: 100% (61810/61810), done. > remote: Total 292068 (delta 232373), reused 289150 (delta 229455. > Receiving objects: 100% (292068/292068), 77.74 MiB | 97 KiB/s, done. > Resolving deltas: 100% (232373/232373), done. > fatal: reference is not a tree: efd16cc76d4c43ca43b11d4584ef40db28891ff4 > Unable to checkout 'efd16cc76d4c43ca43b11d4584ef40db28891ff4' in > submodule path 'VTK' > _______________________________________________ > 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 > -- Robert Maynard _______________________________________________ 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
