eclipse Intellij 的团队同步视角?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4682412/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:38:38  来源:igfitidea点击:

Team Synchronizing Perspective for Intellij?

eclipsesvnintellij-ideacvs

提问by ui_90jax

In eclipse there is a "Team Synchronizing Perspective" that basically does a directory diff to the cvs repository. It is very handy. For various reasons I am looking to move to intellij. Is there an equivalent in intellij with either cvs or svn?

在 eclipse 中有一个“团队同步视角”,它基本上对 cvs 存储库进行目录差异。它非常方便。出于各种原因,我希望转向 intellij。intellij 中有 cvs 或 svn 的等价物吗?

Thanks.

谢谢。

回答by Igor Konoplyanko

Yes. As there's no concept of "perspective" in IDEA, there is the equivalent — a panel called "changes".

是的。由于 IDEA 中没有“透视”的概念,因此有等效的 - 称为“更改”的面板。

IntelliJ IDEA 10 supports CVS, SVN, git and other popular version control systems out of the box. See the version control feature pageon the JetBrains website for more on this.

IntelliJ IDEA 10 开箱即用地支持 CVS、SVN、git 和其他流行的版本控制系统。有关更多信息,请参阅JetBrains 网站上的版本控制功能页面

Changes icon

更改图标

回答by avalony

for IntelliJ , in the "changes" or "version control", there is a tab that name is "incoming". you can see the list of you need updating...

对于 IntelliJ ,在“更改”或“版本控制”中,有一个名为“传入”的选项卡。你可以看到你需要更新的列表...

sorry, my English is so weak.

对不起,我的英语太差了。

回答by theblang

Scratch my old answer. You just need to right clickwhatever folders or files you want to commit and choose commit from the context menu, then you will get a new windowwhere you can review changes before they are actually committed to the server.

抓紧我的旧答案。您只需要right click提交您想要提交的任何文件夹或文件choose commit from the context menu,然后您就可以new window在更改实际提交到服务器之前查看更改。