Announcing SVN Support
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…
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:
- Use any GitHub repository as an SVN external.
- Use TortoiseSVN or your favorite SVN tool to view Git repositories.
- Use existing build tools or continuous integrations systems that only work
with SVN.
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
Related posts
GitHub Availability Report: July 2024
In July, we experienced four incidents that resulted in degraded performance across GitHub services.
Found means fixed: Secure code more than three times faster with Copilot Autofix
With Copilot Autofix, developers and security teams can keep new vulnerabilities out of code and confidently remediate their backlog security debt.
Introducing GitHub Models: A new generation of AI engineers building on GitHub
We are enabling the rise of the AI engineer with GitHub Models–bringing the power of industry leading large and small language models to our more than 100 million users directly on GitHub.