How to get latest revision number using SharpSVN?
|
The least expensive way to retrieve the head revision from a repository is the Info command.
|
|||
|
|
I am checking the latest version of the working copy using SvnWorkingCopyClient:
The latest version of the local working repository is then available through
For a remote repository, use
instead. This is similar to using the svnversion tool from the command line. Hope this helps. |
|||
|
|
|
Ok, I figured it by myself:
|
|||
|
|
|
i googled also a lot but the only one thing which was working for me to get really the last revision was:
the other solutions are commented out. Try by yourself and see the difference . . . |
|||
|
|
|
Well, a quick google search gave me that, and it works (just point at the /trunk/ URI): http://sharpsvn.open.collab.net/ds/viewMessage.do?dsForumId=728&dsMessageId=89318 |
|||
|
|