Alternate Subversion Repository Browser
October 26th, 2008For my first post, I thought I’d outline an app I hacked together to help with this website. It’s a Subversion repository browser that I will use to display code examples referenced here in my blog, and on the wiki
This Subversion Repository Browser is weak on Subversion integration, but seeks to be an improvement over the default browser when it comes to displaying source code.
Its primary function is to render source code with syntax highlighting, retain newlines and tabs in text files, and to not choke on binary files like images.
Since I outlined the functionality and code of this app in the wiki, I’ll just reference that to complete this post.