Effective Teamworking With Eclipse: Change Sets
Join the DZone community and get the full member experience.
Join For Freethe last two days i have been looking at various ways that eclipse assists developers when working with version control systems. first, we talked about highlighting local changes , then we discussed how to automatically synchronize with the version control system. todays tip deals with change sets, which is the most useful feature in eclipse for seeing real context behind changes in version control.
to view change sets, you can synchronize as normal but by making a few changes to your synchronize view, everything looks brighter.
first, go to the preferences dialog in the synchronize view and ensure change sets is visible for models:
next, choose the drop down list on the third button in the view's toolbar to choose change sets as your view:
once this is chosen you'll see all changes in the batches that they were committed in. the name of each change set will be whatever the author used as the commit comment, or if they explicitly create their own change set, it will use the change set title.
you can create your own change set by clicking on the changes in the synchronize view and choosing add to> new change set.
of course the neatest way of managing your change sets would be to use mylyn , but we'll cover that in another article.
using the change sets view while synchronizing automatically makes viewing the differences between your local workspace and cvs simple.
Opinions expressed by DZone contributors are their own.
Trending
-
Knowing and Valuing Apache Kafka’s ISR (In-Sync Replicas)
-
How To Use Pandas and Matplotlib To Perform EDA In Python
-
A Complete Guide to Agile Software Development
-
Future of Software Development: Generative AI Augmenting Roles and Unlocking Co-Innovation
Comments