On Friday 17 of April 2026 14:16:12 Michele Calgaro via tde-devels wrote:
On 2026/04/17 08:40 PM, deloptes via tde-devels wrote:
Michele Calgaro via tde-devels wrote:
Hi Emanoil, you need to replace the remote origin of every submodule, not only TDE/tde. Then you should be good.
Hi Michele, I did git submodule sync which seems to update the url, but this affects .gitmodules and I have a new state
Hi Emanoil, you need to change the origin individually for every module. You can do a small script that extract the module name and location from .gitmodules, then execute the required git remote commands to remove the current origin and replace that with the new TGW origin. Or you can tediously do that one by one manually. Cheers Michele
Hi Emanoil,
the script "switch_all_submodules_to_head_and_clean", which is in the "scripts" repository, does exactly that, to ensure that when cloning the entire tree, the submodules have the same "origin" as was used when cloning the umbrella "tde" module.
Cheers Slávek --