I work on my school projects on two machines- my laptop and desktop. Recently I've started using subclipse for version control, and have it plugged in Eclipse on both machines.
While working on a single machine, I understand the checkout/commit process and synchronizing in the Team Synchronizing tab.
So, how do I update the working copy of the other machine in subclipse without having to checkout and overwrite the entire project on the local machine?
Right click on the project and select
Team->update
.