Team Synchronizing Perspective for Intellij?

半城伤御伤魂 提交于 2019-12-09 05:06:14

问题


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?

Thanks.


回答1:


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

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




回答2:


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...

sorry, my English is so weak.




回答3:


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



来源:https://stackoverflow.com/questions/4682412/team-synchronizing-perspective-for-intellij

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