Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 perforce java API 中传递给 IClient.sync 的 FileSpec 对象中应该设置哪些字段?
我已经设置:
没有抛出异常,但结果中返回了一个 IFileSpec,它抱怨客户端“unknownclient”(毫不奇怪)是未知的。
听起来你忘了打电话:
IClient client = server.getClient(clientName); server.setCurrentClient(client);