I know how to browse my project\'s Subversion repository through its web front-end, but it seems that I can only browse the latest revision of the trunk. Is there a way to b
Append something like this to your repository URL:
!svn/bc//
E.g.
http://www.example.com/svnrepository/!svn/bc/3/
From Bert Huijben's comment:
If your repository is hosted using Subversion 1.6.0 or later, you can use example.com/svnrepository/?p=3 for the same result... This method /is/ documented. (?r= revision of the file, ?p= operational revision of the URL). See the subversion 1.6 release notes