Hi All ,
I am new to java. I had a requirement in my project that , i need to show SVN revision Number in My application at the footer.I dont know how to access
REVISION NUMBER from TORTOISE SVN.
Please replyyy
Thanks All....
Printable View
Hi All ,
I am new to java. I had a requirement in my project that , i need to show SVN revision Number in My application at the footer.I dont know how to access
REVISION NUMBER from TORTOISE SVN.
Please replyyy
Thanks All....
Hi .. i mean i need it quickly...
Revision numbers in SVN are associated to individual files (or groups of files), so "the latest revision number" will be different depending on what file you look at, so the idea doesn't make much sense in SVN.
You might tag or branch a build, but to be honest I think it's the build tool you're using that should be supplying a build number (and version etc) to your app. I don't tend to get involved in that side of things (thankfully).