Improved SVN Here to Stay, Old SVN Going Away
About a year and a half ago we announced Improved Subversion Client Support – an improvement to the original service that provided better write access, partial checkouts, and access to…
About a year and a half ago we announced Improved Subversion Client Support – an improvement to the original service that provided better write access, partial checkouts, and access to branches and tags using the Subversion trunk/branches/tags convention.
Now, it’s time to shut down the old SVN support.
The old service is currently running on svn.github.com, and will be turned off on July 31. If you have any SVN checkouts of GitHub repositories from svn.github.com, you should recreate them using the new github.com URL. Since svn.github.com only checked out the default (usually ‘master’) branch, you should change checkouts that use URLs like this:
https://svn.github.com/user/project.git/
To this:
https://github.com/user/project/trunk/
Written by
Related posts
GitHub Availability Report: December 2024
In December, we experienced two incidents that resulted in degraded performance across GitHub services.
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.