<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>The VisitBridge submodule was updated as part of a branch merged into master earlier today.  When you update to the current master in an old tree from before the Gitlab migration and run `git submodule update` you may get an error like this:<br><br>Unable to checkout 'c9f49930c170c9c0ea8e47607a33e3d7ee66f410' in submodule path 'Utilities/VisItBridge'<br><br></div>The solution is to run this:<br></div>git submodule sync<br><br></div>This command updates the submodules to point at the new Gitlab locations.  After this running `git submodule update` again should find the commit in the VisitBridge submodule.<br><br></div>Shawn<br></div>