Search code examples
eclipsesvnsubclipse

how to know if ther is new version in svn?


I'm using eclipse with subclipse svn.

We are working in two programmers in the same application.

Sometimes, the user 1 changes some code in a specific class.

How can the user 2 know that changes were made?

Is there a way to make eclipse verify the changes in the server from time to time?


Solution

  • Right click on the project in the Project Explorer, then click the Team submenu, then click "Synchronize with Repository" (or click "History" if you want to see the latest commits).

    If you want, you can also right click on a file and click "Compare With" then "Latest from Repository" - and it will open a side-by-side comparison. Or, you can use the SVN Repository Explorer (in the menu bar click "Window" then "Open Perspective", then "SVN Repository Explorer" - if it's not in the list, click "Other..." and then find it.)