How do I checkout files under Perforce from within Emacs?

情到浓时终转凉″ 提交于 2019-12-12 12:16:19

问题


I use Perforce for source control at work and I want to 'open for edit' files that under source control from within Emacs.

How can that be done? What do I need to setup in Emacs? Is there a plug in? I also want to perform other p4 operations such as submitting my changes, etc.


回答1:


Perforce/Emacs Integration http://p4el.sourceforge.net/p4.el.html

Once you have p4.el installed and ready to go you can use emacs' built-in help to review p4.el's functions: C-x p ? will bring up the list. C-h f p4-xyz provides defun information for p4-xyz. Each Perforce command has a corresponding p4.el command. The vc model is not followed. Use 'C-x p help commands' for Perforce help...



来源:https://stackoverflow.com/questions/117394/how-do-i-checkout-files-under-perforce-from-within-emacs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!