Plastic SCM 的 cm listlocks 说 "The selected changeset doesn't contain a revision for the item" 但什么都不做。出了什么问题?

Plastic SCM's cm listlocks says "The selected changeset doesn't contain a revision for the item" and does nothing. What's going wrong?

我正试图从已离开我们组织的用户那里窃取独占锁。从文档看来,我应该这样做来列出所有可用的锁:

cm listlocks MyServer@Cloud

其中应列出一组我可以与 cm unlock 结合使用的锁 ID。不幸的是,该命令只说:

The selected changeset doesn't contain a revision for the item

仅此而已。我如何获得锁 ID?

我终于想通了。 listlocks 的 [repsvr_spec] 参数与所有其他 cm 命令的工作方式不同,您需要使用 --server= 标志来指定服务器。所以正确的格式是:

cm listlocks --server=MyOrganization@Cloud
cm unlock MyOrganization@Cloud <guid>