This weekend I worked on restoring and updating some functionality to RIAForge. RIAForge used to support the ability to browse SVN repositories via the site. It allowed you to browse the repo, view files, and examine the history. This was removed for a few reasons. Today I've restored the functionality and added the ability to view changelists as well. So for example:

Top level SVN repo for FW/1
Code view for /trunk/Application.cfc
History for Application.cfc
Changelists for FW/1
Details for revision 94

This will work hand in hand with the SVN post-commit support I've got coming this week as well. As always, if you find a bug, please be sure to report it.

Thanks go to Rob Gonda's for his original SVN work and Sean Corfield for help in testing.