Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

I've been a zone leader with DZone since 2008. I work as a technical lead on a next generation tool suite using based on Eclipse. This means that I get to use Java everyday, and a selection of the best Eclipse technologies, from EMF to GEF to Xtext. Along with all of this, I do iOS development in my spare time. James is a DZone Zone Leader and has posted 527 posts at DZone. You can read more from them at their website. View Full User Profile

Effective Teamworking With Eclipse: Autosync With Version Control

07.07.2010
Email
Views: 6435
  • submit to reddit

Over the course of your workday, you should find yourself synchronizing with your version control system frequently. After all, you need to see when somebody's made a change, and the sooner you know, the sooner you can integrate that change locally before committing. Once again, Eclipse has a really easy way to schedule your syncs.

Everything you need is on the Synchronize view (Window/Show View/Team/Synchronize). From there, you can synchronize which ever projects you want.

Click on the synchronize menu (highlighted in red below) and choose Schedule. Here you can set the frequency of the synchronization.




You can also use the Synchronize Preferences dialog to ensure that when you start up Eclipse, that the sync is triggered automatically.




Put this together with yesterday's tip and you have much better visibility into what's going on in version control vs your own workspace.
Tomorrows article will add a final piece that makes teamworking with Eclipse much easier.

Published at DZone with permission of its author, James Sugrue.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Shubhashish Bhowmik replied on Sat, 2010/07/10 - 11:57am

hey thanks for this update. This will save my headache and few clicks for checking who has recently updated the file...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.