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

GitHub Copilot: Meet the new coding agent

Implementing features has never been easier: Just assign a task or issue to Copilot. It runs in the background with GitHub Actions and submits its work as a pull request.

We do newsletters, too

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