Binary Lion Studios

I code for fun and for food.

SVN view revision in browser

Generally when you view an SVN repository over HTTP, you are looking at the HEAD revision. Using the process described below, you can view a specific revision of the repository.

First, a couple of assumptions:

  • Base repo url: http://repourl.com/svn
  • Relative path to file: /com/company/File.m
  • Revision you want to view: 700

Use this url to view revision 700 of File.m:

1
http://repourl.com/svn/!svn/bc/700/com/company/File.m

Sweet.

Source: http://svn.haxx.se/users/archive-2006-08/0866.shtml