I have not used SVN so far. Why would a Web site (such as Stack Overflow, for example) display a SVN version at the bottom? What version is it? And what are the advantages of displaying it in public?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So that when a user complains the support guys can ask him what version it was. It may happen that the user sees a problem, than the site software is updated and his complain is no longer relevant so the developers will waste time trying to reproduce.
That number is the SVN revision number. It starts at zero and increments automatically with each source code add/update over the life of SVN repository. Knowing this number it is easy to get the full source code exactly in the corresponding state – the repository has a method for that.