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)


Page: < 1 2 3

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

Committing Demo.java

I entered a commit comment and clicked Finish.

Commit

In the Synchronize view, no differences now show up between our local project and the remote project in CVSW.

No differences now in Synchronize View

If we look at our project in the Navigator view, we can see that the project is now up-to-date.

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

Page: < 1 2 3