Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Have a look at <a href="http://warehouseapp.com" rel="nofollow noreferrer">http://warehouseapp.com</a></p> <p>It's Mongrel/Ruby/MySQL stack (should work on Windows though)</p> <blockquote> <p>but I'm looking to avoid installing MySQL and Ruby on the server.</p> </blockquote> <p>I know (also using C# stack myself), but self-hosted web-based SVN client market is such a small niche that even offering in different language could be considered good enough. MySQL doesn't bite and installation of Ruby is pretty much x-copy command. I understand why you don't want to spoil your server with additional software though, but if are OK to host your SVN repositories with third-party, you get a nice web-based interface without maintenance hassles.</p> <p>I'm using <a href="http://unfuddled.com" rel="nofollow noreferrer">http://unfuddled.com</a> (they also have some basic API to hook up on if needed).</p> <blockquote> <p>Not to promote reinventing the wheel, but I originally wrote my own web SVN browser by using the <strong>svn log --xml</strong> command</p> </blockquote> <p>This is actually good idea. I'm also parsing some XML formatted output during my automated build process, but creating our own full-blown SVN browser is kind of overkill because now you have to maintain not one primary project, but also the tool. But then again, we, programmers, love to create tools that will make working on our primary projects easier.</p> <p><strong>ASP.NET SVN browser sounds like promising open-source idea, anybody willing to start work on it? I would contribute.</strong></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload