开发者

Export version control info and history from RTC Jazz

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 m开发者_JAVA技巧ercurial converters/connections).

Is there even a way to get this data out of Jazz?


In my experience, this kind of export isn't trivial because it is hard to get back all the revisions in the right order, taking into account merges.

A simpler approach would be to take the latest baselines, import them in the new Mercurial repo, and keep the Jazz server up as a reference if history is needed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜