Search code examples
eclipsesvnsubclipserevision

Eclipse: Get the latest SVN revision of all projects


Setup: Multiple Java projects in Eclipse with SVN Subclipse Plugin

When resolving tickets, I need the latest revision number of all projects.

Example: Projekt A, revision number 1

Projekt B, revision number 2

Projekt C, revision number 3

=> latest revision number: 3

Is there an elegant way to get the latest revision number (3 in the example) in Eclipse? I don't want to use cmd or something.


Solution

  • The latest SVN revision number of a SVN repository is shown in the SVN Repository view: The revision number of a folder or of trunk is the highest revision number of all files in it.