Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Team Synchronizing Perspective for Intellij?

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.

like image 967
ui_90jax Avatar asked Jan 13 '11 16:01

ui_90jax


People also ask

What is Team Synchronizing in eclipse?

In the synchronization perspective, both incoming and outgoing changes are analyzed before they are synchronized; that is, for incoming changes, synchronization means that your working copy is updated (corresponds to Team > Update) and for outgoing changes, synchronization means that your changes are committed.


1 Answers

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.

Changes icon

like image 177
Igor Konoplyanko Avatar answered Sep 28 '22 01:09

Igor Konoplyanko