I am pretty new to GitHub.
I need to check out several packages of code to build my system, most of them are on SVN. However, there is one which is on GitHub. Within this there is a submodule inside it.
My question is how to check out this submodule by using svn co ...
I list all components by editing
svn propedit svn:externals
Among them one is on GitHub. I can check out all components except that submodule.
Thanks Jim