well let me disagree on that. all other main IDE are supporting this feature. Anyway if its designed as expected...
maybe it worth a feature request if other people come forward for this. thanks you for your reply Le 24/01/2021 à 07:46, Laszlo Kishalmi a écrit : > > It seems recursive git submodules is not a common use case enough. > > On 1/23/21 2:55 AM, Bilu wrote: >> >> Any advise wether this is a bug or behave as expected? >> >> >> -------- Message transféré -------- >> Sujet : [12.0 Git] NB doesn't found recursive submodules. BUG? >> Date : Sat, 7 Nov 2020 11:47:58 +0100 >> De : Bilu <albi...@gmail.com> >> Pour : NetBeans Mailing List <users@netbeans.apache.org> >> >> >> >> Hello it seems Netbeans git clone submodules recursive is notworking >> as expected in 12.0 LTS. I checked also with latest 12.2 beta 3 same >> issue. >> >> Only first child submodules are found. >> >> Exemple: this public git repo https://github.com/ivanarh/jndcrash >> contains 6 submodules: >> >> git submodule status --recursive >> bc1bd3491f5f58c3619e9fd0cf2884b15cef15f6 libndcrash (bc1bd34) >> 00654e8fcc51eb29f7e83fc0040f46ce268dc5d9 >> libndcrash/external/libcorkscrew-ndk (libcorkscrew_origin-8-g00654e8) >> 7baf9126235ee190d34ab24385dc1ea7d80dfa00 >> libndcrash/external/libunwind-ndk (libunwind_origin-9-g7baf912) >> 39a0299cfdac41a2631cfdb4bbb637ffa66170fd >> libndcrash/external/libunwind-ndk/lzma (android-o-iot-preview-5) >> 0717e9c849655f661ad303d8bff61ceb796505bd >> libndcrash/external/libunwindstack-ndk >> (libunwindstack_origin-129-g0717e9c) >> 39a0299cfdac41a2631cfdb4bbb637ffa66170fd >> libndcrash/external/libunwindstack-ndk/lzma (android-o-iot-preview-5) >> >> But NB only found the first: >> >> Output: >> >> git submodule status >> git submodule initialize /home/xxx/NetBeansProjects/jndcrash/libndcrash >> git submodule update /home/xxx/NetBeansProjects/jndcrash/libndcrash >> ==[IDE]== 7 nov. 2020 à 11:32:17 Cloning finished. >> >> Is the recursive mode supported by Netbeans or not ? >>