Subversion version of GitHub?

git, github, svn, version-control

Solution

Sourceforge offers SVN as one of many features, and is free for Open Source projects, as does Google Code

Problem

I'd like to host some open source code on a public repository, and I really like how pretty GitHub makes this kind of sharing. Unfortunately, Git is not an option for these projects, for the most part because I'm developing for/on Windows, and Git support on Windows is not anywhere near where Subversion's support is. I'd like to have something exactly like GitHub, but one where I could use Subversion instead. Does such a service exist?

Original source