发布于 2014-08-11 06:17:09 | 577 次阅读 | 评论: 0 | 来源: 网友投递
Apache Subversion 开源的版本控制系统
Subversion是一个自由,开源的版本控制系统。在Subversion管理下,文件和目录可以超越时空。Subversion将文件存放在中心版本库里。这个版本库很像一个普通的文件服务器,不同的是,它可以记录每一次文件和目录的修改情况。这样就可以籍此将数据恢复到以前的版本,并可以查看数据的更改细节。正因为如此,许多人将版本控制系统当作一种神奇的“时间机器”。
版本控制工具Subversion 1.8.10/1.7.18发布. 2014-08-10。上个版本是2014-05-15的1.8.9.开发版1.9 Alpha2 .尽管GIT越来越多被使用,但相信还是有很多公司使用SVN来管理源码库。
Subversion是一个自由,开源的版本控制系统。在Subversion管理下,文件和目录可以超越时空。Subversion将文件存放在中心版本库里。这个版本库很像一个普通的文件服务器,不同的是,它可以记录每一次文件和目录的修改情况。这样就可以籍此将数据恢复到以前的版本,并可以查看数据的更改细节。正因为如此,许多人将版本控制系统当作一种神奇的“时间机器”。
完全改进:
Version 1.8.10 (11 Aug 2014, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.10 User-visible changes: - Client-side bugfixes: * guard against md5 hash collisions when finding cached credentials (r1550691, r1550772, r1600909) * ra_serf: properly match wildcards in SSL certs. (r1615211, 1615219) * ra_serf: ignore the CommonName in SSL certs where there are Subject Alt Names (r1565531, r1566503, r1568349, r1568361) * ra_serf: fix a URI escaping bug that prevented deleting locked paths (r1594223, r1553501, r1553556, r1559197, issue #3674) * rm: Display the proper URL when deleting a URL in the commit log editor (r1591123) * log: Fix another instance of broken pipe error (r1596866, issue #3014) * copy: Properly handle props not present or excluded on cross wc copy (r1589184, r1589188) * copy: Fix copying parents of locally deleted nodes between wcs (r1589460, r1589486) * externals: Properly delete ancestor directories of externals when removing the external by changing svn:externals. (r1600311, 1600315, r1600323, r1600393) * ra_serf: fix memory lifetime of some hash values (r1606009) - Server-side bugfixes: * fsfs: omit config file when creating pre-1.5 format repos (r1547454, r1561703) Developer-visible changes: - General: * fix improper linking when serf is in the same prefix as existing svn libraries. (r1609004) * use proper intermediate directory when building with VS 2003-2008 (r1595431) * support generating VS 2013 and later project files. - Bindings: * ruby: removing warning about Ruby 1.9 support being new. (r1593992) * python: fix notify_func callbacks (r1594794, r1594814, r1594834, r1595061)
下载:http://apache.org/dist/subversion/subversion-1.8.10.tar.bz2
http://apache.org/dist/subversion/subversion-1.7.18.tar.bz2