views:

309

answers:

1

While normally I use the Subversive plugin (Eclipse) for SVN, I've decided to try Subclipse, which seems to be more popular and better documented.

Something I've taken for granted from Subversive is the current revision number shown. With Subversive, this is shown very clearly next to the menu:

MyProject 43 [https://code.google.com...]

Subversive is a bit different and the revision number is nowhere to be seen:

MyProject [foo/trunk]

How can I get the revision number to be shown in Subclipse? It's something I've come to rely on..

+6  A: 
VonC