通过 p4java api 同步
应该在传递到 perforce java API 中的 IClient.sync 的 FileSpec 对象中设置哪些字段?
我已经设置:
- 传递给构造函数的路径名传递给本地工作区的绝对路径/...
- setClient(myIClient)
- 将操作设置为 FileAction.SYNC
不会引发异常,但结果中会返回一个 IFileSpec,并且它会抱怨客户端“unknownclient”是未知的(毫不奇怪)。
What fields should be set in the FileSpec object passed into IClient.sync in the perforce java API?
I've set:
- The pathname passed to the constructor to the abs path/... of the local workspace
- setClient(myIClient)
- the action to FileAction.SYNC
No exception is thrown, but one IFileSpec comes back in the result, and it complains that the client 'unknownclient' is (not surprisingly) unknown.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您好像忘了打电话:
Sounds like you forgot to call: