Does anyone know the easiest way to extract the revision number of an SVN project?
Essentially, I have a program written in Java on Eclipse. Using SVN and google code. I'm wanting the program to display the latest revision.
The only easy way I found was to look in the .svn/entries file, however, that file is local and wouldn't be on the end users PC. I saw other ways like using keywords and stuff, but I'm new to SVN and don't really understand it.
Thanks