Perforce 中编辑文件和标记编辑之间的区别?
在perforce p4v客户端中,有诸如“编辑文件”之类的东西并标记要编辑的文件(之后我相信您必须重新提交文件/更改列表?)?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在perforce p4v客户端中,有诸如“编辑文件”之类的东西并标记要编辑的文件(之后我相信您必须重新提交文件/更改列表?)?
谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
标记为编辑意味着您告诉 Perforce 您将在文件中注入更改(并最终提交它)。编辑文件只会打开其关联的编辑器?
Marking for edit means that you tell Perforce that you'll inject changes in the file (and eventually commit it). Editing a file will only open the associated editor for it ?
通常,当您将代码同步到 perforce 工作区时,所有文件都处于只读状态。
一旦您执行“编辑”,则必须将文件状态从“读取”更改为“写入”,并允许您根据需要打开和进行修改。
但如果没有“结账”选项,您将无法提交这些更改。
一旦您签出文件,它就会创建一个与文件中完成的这些更改相关联的更改列表,可以提交相同的更改。
有关详细信息,请阅读此...
http://www .perforce.com/perforce/doc.current/manuals/cmdref/submit.html
http://www.perforce.com/perforce/doc.current/manuals/cmdref/edit.html
Normally when you sync the code to your perforce workspace, all the file has read only status.
once you do "edit", perforce change the file status from Read to write and allows you to open and do modification as you want.
but you will not be able to submit those changes without "checkout" option.
once you checkout the file, it create one change list # associated with these changes done in file, same can be submitted.
for more info, please read this...
http://www.perforce.com/perforce/doc.current/manuals/cmdref/submit.html
http://www.perforce.com/perforce/doc.current/manuals/cmdref/edit.html