Tommy Murphy: ... > But I just find it strange to change things when the root cause hasn't > been identified.
The root cause is that .gitmodules entry for jimtcl was changed but not the submodule itself and that the required checkout was not available at the old repository. ... > Might the problem with a reference to "https://repo.or.cz/jimtcl.git" result > from an old clone of sources or something else in the user's local > environment? $ git diff -r 7d6156fae8a398a3bd17af5a30b32a8bf6ec206a -r 861e75f54efbcc1e0717192c6ddb120478d6c226 .gitmodules diff --git a/.gitmodules b/.gitmodules index 958c5d901..23ffa2543 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://repo.or.cz/git2cl.git [submodule "jimtcl"] path = jimtcl - url = https://repo.or.cz/jimtcl.git + url = https://github.com/msteveb/jimtcl.git [submodule "src/jtag/drivers/libjaylink"] path = src/jtag/drivers/libjaylink url = https://repo.or.cz/libjaylink.git $ /// Strange that jimtcl/DEVELOPING says that: Jim's sources are kept in Git Version Control System. Global repository of Jim project is placed on this Web site: http://repo.or.cz/w/jimtcl.git /// https://repo.or.cz/openocd.git/ seems to work, why not jimtcl ? Regards, /Karl Hammar