Browsing Revisions of a Subversion Repository
Below is an excerpt from a post [1] by Ben Collins-Sussman on how to view a specific revision of a Subversion repository.
...for the *moment* you can browse old revs with this form:
http://svn.collab.net/repos/svn/!svn/bc/2000/trunk
..but don't count on this always working.
For example, to view revision 5 of the following repository:
https://newtonsplace.net/svn/rst2chm/trunk
use the following URL:
https://newtonsplace.net/svn/rst2chm/!svn/bc/5/trunk
| [1] | http://codespeak.net/pipermail/pypy-dev/attachments/3ee02216/attachment.eml |