I am developing an Android application using eclipse and svn for version control.
I wanted to know the next svn version number before submitting my project source.
Form Properties->Team->Show History , I can get the current version number, but I can’t assume that the next version number will always be +1, because from the branch, if any commit is made, the next version number will be +2 or + 3 depends on the number of Commit from branch.
So please tell me how to get the next version number.
thanks
source share