We have a RTC Jazz server running with about 2 years worth of source control commits, which is running the Jazz versioning system (i.e. not backed by a 3rd party source control system but rather the standalone DB install).
We want to move it to a DVCS (Mercurial), and need to export the source control info including all the commit history and the changesets.
How can we migrate this data? If need be, we can migrate it to an intermediary such as subversion or git if its easier (as most of these have mercurial converters/connections).
Is there even a way to get this data out of Jazz?