Github 宣布支持 SVN 方式访问

jopen 11年前

你是否曾经想过通过 SVN 的方式来从 Github 获取代码? 现在你就可以做到了,Github 官方刚刚宣布正式支持 SVN 访问。通过该服务你可以:

  • 使用 Github 的资料库作为外部 SVN
  • 使用 TortoiseSVN 或者是你熟知的 SVN 工具来访问 Git 资料库
  • 使用只支持 SVN 的外部构建工具和持续集成系统

该怎么用呢? 很简单只需要将主机地址换成 svn.github.com 即可:

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

不过现在还只支持只读,我们将尽快推出 SVN 读写支持。

更新:SVN 支持特性已经做了更新,现在可从 github.com 而不是 svn.github.com 获取代码。

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


来自:http://www.oschina.net/news/39179/github-announcing-svn-support