Apache Subversion 1.9.0-rc3 发布

jopen 9年前

Apache Subversion 1.9.0-rc3 发布

Subversion是一个版本控制系统,相对于的RCS、CVS,采用了分支管理系统,它的设计目标就是取代CVS。互联网上免费的版本控制服务多基于Subversion。

优于CVS之处

  • 原子提交。一次提交不管是单个还是多个文件,都是作为一个整体提交的。在这当中发生的意外例如传输中断,不会引起数据库的不完整和数据损坏。
  • 重命名、复制、删除文件等动作都保存在版本历史记录当中。
  • 对于二进制文件,使用了节省空间的保存方法。(简单的理解,就是只保存和上一版本不同之处)
  • 目录也有版本历史。整个目录树可以被移动或者复制,操作很简单,而且能够保留全部版本记录。
  • 分支的开销非常小。
  • 优化过的数据库访问,使得一些操作不必访问数据库就可以做到。这样减少了很多不必要的和数据库主机之间的网络流量。

使用情况

虽然在 2006年 时 Subversion 的使用族群仍然远少于传统的 CVS,但已经有许多开放原码团体决定将 CVS 转换为 Subversion。已经转换使用 Subversion 的包括了 FreeBSD、Apache Software Foundation、KDE、GNOME、GCC、Python、Samba、Mono 以及许多团体。有许多的团队换用 Subversion 是因为 Trac 所提供的专案管理环境。除此之外,一些自由软件开发的协作网如SourceForge除了提供 CVS 外,现在也提供专案开发者使用 Subversion 作为源码管理系统, JavaForge、Google Code以及 BountySource 则以 Subversion 作为官方的源码管理系统。

 

Apache Subversion 1.9.0-rc3 发布,此版本现已提供下载:

http://subversion.apache.org/download/#pre-releases 

主要更新内容

用户可见改进:
  - 常规改进:
    * 所有命令在 help 输出的时候都提供简短的描述 (r1522518)
    * 在退出前 flush stdout,避免消息丢失 (r1543868)

  - 重要新特性
    * fsfs: new format 7 with more efficient on-disk layout (r1547045 et al)
    * resolve: improve interactive conflict resolution menus
    * blame: support showing prospective as well as previous changes
    * info: support printing of individual values with --show-item (r1662620)
    * svn auth: new subcommand to manage cached credentials and certs
    * svnserve: cache config and authz to lower resource usage and be able to
      serve large numbers of connections with a limited number of threads
    * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)
    * new filesystem fsx (faster, smaller); experimental - see release notes

SHA1 校验码

    26fcfa53e32e3f83724327d3fdb965dc28253260 subversion-1.9.0-rc3.tar.bz2
    1c7386c0d32cf9789967d711415ccc28041295a9 subversion-1.9.0-rc3.tar.gz
    f50cf8dd14a46c882c05f5436f1dec97169b58c0 subversion-1.9.0-rc3.zip

PGP 签名:

    http://www.apache.org/dist/subversion/subversion-1.9.0-rc3.tar.bz2.asc 
    http://www.apache.org/dist/subversion/subversion-1.9.0-rc3.tar.gz.asc 
    http://www.apache.org/dist/subversion/subversion-1.9.0-rc3.zip.asc 

Apache Subversion 1.9.0 issues 列表:

http://subversion.tigris.org/issues/buglist.cgi?component=subversion&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&target_milestone=1.9.0 

Subversion 1.9.0 发行说明:

http://subversion.apache.org/docs/release-notes/1.9.html 

Subversion 1.9.0 RC3 更新日志:

http://svn.apache.org/repos/asf/subversion/tags/1.9.0-rc3/CHANGES