将现有存储库添加到PlasticSCM服务器时出错

时间:2016-09-30 11:22:45

标签: plasticscm

我正在尝试将一些现有的存​​储库添加到我的PlasticSCM服务器中,以便我可以迁移后端。

我正在使用以下内容尝试:

cm addrep rep_11.plastic r11 localhost:8087

然而,这给了我以下错误消息:

The id specified in the repository database rep_11.plastic is not correct. 
It should be a number.

我似乎无法在网上任何地方找到此错误消息,而且我在数据库本身找不到任何明显的非数字ID字段。

我已经和其中一些人一起尝试了,他们都给出了同样的信息。我实际上并不是100%确定哪个是哪个,所以我使用通用存储库名称(r11),直到我可以看看它们,但我认为这样就行了。

这是默认设置,因此SQLLite后端。我真的需要将所有这些导入到它中,以便它们可以迁移到MySQL。

1 个答案:

答案 0 :(得分:0)

根据命令帮助:

用法:

cm addrepository | addrep db_file rep_name repsvr_spec

db_file             The name of the database file on the database backend.
rep_name            The name of the repository.
repsvr_spec         Repository server specification:
                    [repserver:]svr_name:svr_port

在您的示例中,请运行:

cm addrep rep_11 r11 localhost:8087