SVN — Access Specific Revision From Web Browser

Say you have a fresh install of SVN working. You want a no hassle, built in way to view other revisions on your browser…

I found this solution online googling:
http://YOUR_SVN_REPO_ROOT/!svn/bc/4/

The above shows all repositories at revision 4.

So http://YOUR_SVN/!svn/bc/4/YOUR_REPO/REGULAR_DIRECTORY_STRUCTURE

Will take you wherever you’d like.

I’ll learn how to actually use SVN some time in the future. For now, this will do.