How do I use the Team Synchronizing perspective in Eclipse?
Author: Deron Eriksson
Description: This tutorial demonstrates how to use the Team Synchronizing perspective in Eclipse.
Tutorial created using:
Windows XP || JDK 1.5.0_09 || Eclipse Web Tools Platform 2.0 (Eclipse 3.3.0)
(Continued from page 2) The conflict indicator is gone, and I can now commit my new, updated file. I right-clicked Demo.java and selected Commit. I entered a commit comment and clicked Finish. In the Synchronize view, no differences now show up between our local project and the remote project in CVSW. If we look at our project in the Navigator view, we can see that the project is now up-to-date. The Team Synchronizing perspective is an indispensable tool in a team programming environment. It's one more reason why EclipseSW is my IDE of choice for JavaSW development. |