Version 1.5.3
(10 Oct 2008, from /branches/1.5.x) http://svn.collab.net/repos/svn/tags/1.5.3 User-visible changes: * Allow switch to continue after deleting locally modified dirs (issue #2505) * Update bash_completion to be compatible with 1.5 (r32900, -11, -12) * Improve 'svn merge' execution time by 30% on Windows (r33447) * Reuse network sessions during 'svn merge', improving performance (r33476) * Improve temp file creation time on Windows (r33464) * Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112) * Improve file IO performance on Windows (r33178, -85) * fixed: merging files with spaces in name (r33109, -121, -369) * fixed: incorrect relative externals expansion (r33109, -121, -369) * fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12) * fixed: correctness regression in 'svn log -g' (issue #3285) * fixed: current early bailout of 'svn log -g' (r32977) Developer-visible changes: * Allow the tests to run as non-administrator on Windows Vista (r31203) * Allow out-of-tree build of bindings on BSD (r32409) * Translate messages in svn_fs_util.h (r32771) * fixed: bindings test for Perl 5.10 (r31546) * fixed: building bindings and C API tests with VS2008 (r32012) * fixed: svn_ra_replay API over ra_serf (r33173)
This commit is contained in:
parent
3e92108ae2
commit
c966759129
8 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/06 20:54:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= java-subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
COMMENT= Java bindings for Subversion
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.42 2008/09/09 00:14:06 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= p5-subversion-${SVNVER}
|
||||
PKGREVISION= 2
|
||||
#PKGREVISION= 2
|
||||
COMMENT= Perl bindings for Subversion
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2008/09/06 20:54:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
COMMENT= Python bindings and tools for Subversion
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2008/09/06 20:54:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
COMMENT= Ruby bindings for Subversion
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.56 2008/09/06 20:54:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.57 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= subversion-base-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
COMMENT= Version control system, base programs and libraries
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile.version,v 1.43 2008/09/06 05:30:57 epg Exp $
|
||||
# $NetBSD: Makefile.version,v 1.44 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
.if !defined(SVNVER)
|
||||
SVNVER= 1.5.2
|
||||
SVNVER= 1.5.3
|
||||
.endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.65 2008/09/09 00:14:06 seb Exp $
|
||||
$NetBSD: distinfo,v 1.66 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
SHA1 (subversion-1.5.2.tar.gz) = 10274c7c3d3a7bce11d5d470bdf110d4ff3cd6bd
|
||||
RMD160 (subversion-1.5.2.tar.gz) = a5210af327006f15a08f750bdd3a6af2852d8c48
|
||||
Size (subversion-1.5.2.tar.gz) = 6646636 bytes
|
||||
SHA1 (subversion-1.5.3.tar.gz) = 1c7a6c5d58781af053350ff385aac80bd008892a
|
||||
RMD160 (subversion-1.5.3.tar.gz) = 226e55ab6ab1e7368d4f7c2437c9b49510c36f73
|
||||
Size (subversion-1.5.3.tar.gz) = 6669747 bytes
|
||||
SHA1 (patch-ad) = 52da52e60e4d70266081d98ab0bf4ec312427bd6
|
||||
SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.35 2008/09/06 20:54:34 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2008/10/14 06:23:43 epg Exp $
|
||||
|
||||
PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
COMMENT= WebDAV server (Apache module) for Subversion
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
Loading…
Reference in a new issue