I work on our intranet, which is continuously being updated with new features or fixed bugs. Bugs and features are added to JIRA and then assigned to myself so that I can take care of those. Now I would like to add a new feature to the intranet, which shows the following information:
- Current SVN version.
- Current list of bug/fixes changes
What is the best way to achive both without hard-coding it into the website?
I am using ASP.NET.
I hope I explained everything. Please ask if anything is unclear.
Update 1:
I found the following link to solve #2: http://www.fatlemon.co.uk/2008/12/automatic-svn-revision-numbering-in-asp-net-mvc/