简体   繁体   English

monodevelop版本控制如何工作?

[英]how does monodevelop version control work?

I read v2.6 supports GIT with monodevelop's version control features, but I can't find anything having to do with version control in my install of monodevelop (stable 2.6). 我读过v2.6支持带有monodevelop版本控制功能的GIT ,但在我的monodevelop安装中找不到任何与版本控制有关的东西(稳定版2.6)。

I've tried right-clicking items, looked at all the menu options, etc. In fact, I can't a single reference to anything having to do with version control in general must less git specifically. 我已经尝试右键单击项目,查看所有菜单选项等。事实上,我不能单独引用任何与版本控制有关的内容一般必须少git具体。

I've got to be missing something 'cause the documentation makes it sound obvious. 我必须遗漏一些东西,因为文档听起来很明显。

If version control is missing from your MonoDevelop installation and you're running Linux, try installing the monodevelop-versioncontrol package. 如果您的MonoDevelop安装中缺少版本控制并且您正在运行Linux,请尝试安装monodevelop-versioncontrol软件包。 The documentation doesn't make this clear. 文档没有说清楚。

This is what can be done with project which is already in svn or git version control (in my MonoDevelop): 对于已经在svn或git版本控制中的项目(在我的MonoDevelop中),可以做到这一点: MonoDevelop的屏幕截图

Apart from the menu options you can see the bar at the bottom of the editor in which options like blame or log are available. 除菜单选项外,您还可以看到编辑器底部的栏,其中包含blame或log等选项。

If your project is not under source control yet, the option to publish it will be available. 如果您的项目尚未受源代码管理,则可以使用发布它的选项。 You should be also able to checkout repository from the main MonoDevelop window. 您还应该能够从MonoDevelop主窗口中检出存储库。

This is all from MonoDevelop 3.1, so maybe some of these options were introduced later? 这一切都来自MonoDevelop 3.1,所以可能稍后会介绍其中一些选项? True or not, I recommend you using the newest version anyway, the code completions is much better and SCM operations are faster. 真的还是假的,我建议你使用最新版本无论如何,代码补全是好多了,SCM操作更快。 Not mentioning a lot of other minor fixes. 没有提到很多其他小修正。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM