This is the Subversion server for jstump.com projects. It has been superseded by the git server, and while the git was mirrored into the svn for some time, this is no longer the case. Just use git.
All public jstump.com projects that had Subversion repositories before the switch to git are still accessible via Subversion on this server. Repositories can be accessed via the following read-only URLs.
svn://svn.jstump.com/r/projectname (recommended)
http://svn.jstump.com/r/projectname (slower)
You will generally want to check out /trunk in the repository that is of interest to you. For example, for the kexec project, you might use a command like:
svn co svn://svn.jstump.com/r/kexec/trunk kexec
Don't forget to add /trunk, as you almost certainly don't want to be checking out every single branch and tag along with it! (Not to mention that the server administrator might become annoyed with you if you do this to a large repository.)
For a quick look at what repositories are available, or if for some reason you need the latest revision of an individual file, use the direct web view at http://svn.jstump.com/r/. For more details, including a more full-featured repository-browsing experience, use the WebSVN viewer at http://svn.jstump.com/websvn/ or use Trac.
Use git instead. Commit access directly to the svn has been shut off.
Use git instead. Commit access directly to the svn has been shut off.