spring的源代码地址发生了更改,以前的地址是 https://src.springframework.org/svn/spring-framework/。但现在spring的代码开始使用Git进行管理,新的源代码地址为:https://github.com/SpringSource/spring-framework

因为 GitHub 同样支持svn的客户端,因而仍然可以使用svn的命令进行代码checkout。
 
附官方解释:
 
The Spring Framework repository has moved to http://github.com/SpringSource/spring-framework.

See the readme there for details on working with Git, building the framework, etc.

Note that svn-based access is still available via GitHub's support for Subversion clients, e.g.:

    $ svn checkout https://github.com/SpringSource/spring-framework

See https://github.com/blog/966-improved-subversion-client-support for more details.

相关文章:

  • 2022-12-23
  • 2021-08-27
  • 2021-09-09
  • 2022-03-08
  • 2021-09-18
  • 2021-10-23
  • 2021-10-26
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案