当使用Synergy GUI时,你可以“同步工作区”,然后你会得到一个有冲突的文件列表。
我想使用CLI获取相同的列表。然而,我在这方面没有运气。
我试着用
ccm conflicts -r NAME:Version并输出以下内容
Checking for missing fix tasks., 11%...
Collecting objects and tasks beyond baseline., 32%...
Collecting objects and tasks beyond baseline., 46%...
Collecting objects and tasks beyond baseline., 48%...
Collecting objects and tasks beyond baseline., 49%...
Collecting objects and tasks beyond baseline., 50%...
Finding objects that are not included., 90%...
Conflict detection completed., 100%
Collecting objects and tasks beyond baseline., 20%...
Collecting objects and tasks beyond baseline., 26%...
Collecting objects and tasks beyond baseline., 32%...
Collecting objects and tasks beyond baseline., 38%...
Collecting objects and tasks beyond baseline., 44%...
Collecting objects and tasks beyond baseline., 49%...
Finding objects that are not included., 90%...
Conflict detection completed., 100%
Finding objects that are not included., 90%...
Conflict detection completed., 100%
Conflict detection completed., 100%
Getting explicitly included objects., 16%...
Finding objects that are not included., 90%...
Conflict detection completed., 100%但是我没有得到文件列表。
如果我通过GUI执行相同的操作。IE仅在成员上调用同步工作区。我得到了大约30个文件的列表。
我做错了什么。
我是否需要改为运行查询。在哪里可以找到关于我可以在Keywoards等之后查询的信息。
问候
发布于 2019-08-13 19:09:29
尝试命令ccm reconcile -s -p NAME -cu
这将做你的“同步工作区”。
有关该命令的详细信息,请参阅synergy联机帮助:https://www.ibm.com/support/knowledgecenter/en/SSRNYG_7.2.1/com.ibm.rational.synergy.manage.doc/topics/sc_t_h_show_work_area_conflicts.html
https://stackoverflow.com/questions/55122001
复制相似问题