Hello, we are considering moving our large number of mercurial repos (hosted on mbed.com) to git (probably on GitHub). I have tried the procedure given here: Documentation – Arm Developer
This procedure seems to do a fine job for the project repo itself; however, I’m having trouble with the libraries. Our projects have many libraries and there does not seem to be an easy or automated way of creating git repositories for these libraries. Moreover, many of our projects share these libraries between each other, but might not necessarily reference the same revision of a given library – so we would like to convert the mercurial revision references stored in the .lib files to git revision references without having to do this by hand (which would be a massive and error prone task).
Any advice would be appreciated
–Dave