Perforce 集成:无法从经典工作空间提交对流的更改 [英] Perforce Integration: Not able to submit the changes to streams from classic work space

查看:122
本文介绍了Perforce 集成:无法从经典工作空间提交对流的更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试通过 p4v 将经典 depot 的更改集成到流 depot.以下步骤:1) 我转移到经典的驱逐出境客户端,它在客户端视图中具有两个仓库路径(源和目标路径).2) 从我的经典仓库运行 p4 合并/集成.3) 在 p4merge 窗口中给定 p4v 中的目标位置.4)文件在我的客户端中打开.5)是否'p4提交'.给我这个错误:-//New_stream/main/temp/sample.txt - 警告:不能从非流客户端提交没有要提交的文件.提交失败 -- 解决上面的问题,然后使用 'p4 submit -c 69'.

I tried integrating the changes from classic depot to stream depot through p4v. Steps below: 1) I moved to classic deport client which has both depot paths (source & destination paths) in client view. 2) ran p4 merge/integrate from my classic depot. 3) Given target location in p4v in p4merge window. 4) File got opened in my client. 5) Did 'p4 submit'. Giving me this error :- //New_stream/main/temp/sample.txt - warning: cannot submit from non-stream client No files to submit. Submit failed -- fix problems above then use 'p4 submit -c 69'.

我们不能提交从经典 depot 客户端到流的更改吗?据说不能从非流客户端提交.那么在这种情况下,我们如何提交更改?有人可以帮忙吗?

Cant we submit the changes from classic depot client to stream ? as it is saying that cannot submit from non-stream client. then in this case how can we submit the changes? Can any one please help?

推荐答案

错误是说:

无法从非流客户端提交

因此,解决方案是使用流客户端.

The solution therefore is to use a stream client.

p4 set P4CLIENT=your-stream-client
p4 switch streamname
p4 integ //classic-depot/path/... //stream-depot/streamname/path/...
p4 resolve
p4 submit

这篇关于Perforce 集成:无法从经典工作空间提交对流的更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆