Announcing SVN Support (original) (raw)

Ever wanted to use SVN to grab code from GitHub? Well, now you can, and just like that GitHub is the world’s biggest Subversion host. Here’s a few things you…

April 1, 2010 | Updated December 16, 2019

Ever wanted to use SVN to grab code from GitHub? Well, now you can, and just
like that GitHub is the world’s biggest Subversion host. Here’s a few things
you might like to do with it:

How’s it work? Just checkout your project from svn.github.com:

svn checkout http://svn.github.com/schacon/simplegit.git

Give it a shot! For now it’s only read-only, but who knows what will happen in the
future!

Update: I’d just like to reiterate that even though we had some fun with the timing of this announcement that it ACTUALLY WORKS!

Update: Subversion support has been upgraded. Projects should be checked out from github.com rather than svn.github.com:

svn checkout https://github.com/schacon/kidgloves

Written by

Scott Chacon

Let’s talk about GitHub Actions

A look at how we rebuilt GitHub Actions’ core architecture and shipped long-requested upgrades to improve performance, workflow flexibility, reliability, and everyday developer experience.

We do newsletters, too

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.