I am working on a project to link a questionnaire to our version control system.
I found that you can find the specific revision in the svn web browser as follows:
https://svn-repo/!svn/bc/100/
or
https://svn-repo/?p=100
or
https://svn-repo/?r=100
But this shows you the whole structure of the repository during this revision. The ultimate goal is to create a link to the URL that the browser can click to see the changes made by the revision. Is it possible? I can't seem to find anything.
source share