RTC 到 Git 使用 rtc2git 的迁移 - https://github.com/WtfJoke/rtc2git

RTC to Git Migration using rtc2git - https://github.com/WtfJoke/rtc2git

我需要将源代码从 RTC SCM 连同历史一起迁移到 Git。我看到 post 放在 link 中,并尝试从 GitHub 下载它,但在执行 "migration.py" 脚本时出现编译错误。 首先,我尝试安装 Python 版本 3,但我收到一条错误消息 "ImportError: cannot import name check_output" ,当我为此检查解决方案时,他们说您需要安装 Python 版本 2.7

现在,当我有 Python 2.7 时,我收到一条新错误消息 "ImportError: no module named configparser"

如果我能让这个 "rtc2git" 脚本正常工作,那就太好了!

非常感谢任何帮助!!

Python 3.3.5 安装为我解决了这个问题。 下载自 - https://www.python.org/downloads/release/python-335/