Hi, Just a quick question I haven't found an answer for by searching...
How do I get the current checked out revision number from my SVN-dir?
More clearly: I don't want the latest revision number since that can be my own commit, but the revision number of the latest update I made in my local repo.
Or, if that is easier, I want to be able to retrieve a list of all files that have been committed to the repo since my last update, preferably without the files I have committed myself since then.
Cheers.