pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/svk Update devel/svk to 2.0.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b63e690e8fd
branches: trunk
changeset: 529373:0b63e690e8fd
user: bad <bad%pkgsrc.org@localhost>
date: Sat Jun 02 11:36:50 2007 +0000
description:
Update devel/svk to 2.0.1.
[Changes for 2.0.1 - 26 Mar, 2007]
Mirror subsystem
* You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror
for sync.
* Fix a bug when mirroring partial repository with copies, the from
revision number might not be exactly the ones we have mirrored.
* In the pipelined sync editor, use pool more wisely for invoking
editor calls. This fixes the memory bloat for syncing revisions
with large number of deleted files.
* In pipelined replay, make perl don't segfault on SIGINT.
* Fix the bug committing to subdirs of mirrors that are on /.
* Fix a bug preventing mirror --relocate to work on mirrors on '/'.
* Fix a problem replaying failing with RA_DAV_REQUEST_FAILED in some
servers.
Merge subsystem
* Fix a pool usage in Editor::Merge::apply_textdelta, which has a
side-effect causing rename-tracking smerge on a new file inside a
renamed directory to fail with SWIG-runtime error.
* Prevent unwanted repeated merges when repeatedly merging tags to a
branch. We now also record the copy source(s) of the path being
merged from in the merge ticket.
* Fix a bug in merging moved files that are modified.
* Fix a bug that smerge to checkout with changes to a copied file is
causing incomplete svn delta string.
* When merging the replaced directory, do not ignore the fact when
the delete part is already conflicting.
* Fix a bug when merging a copy that happened on an intermediate
branch, which might not map back to the merge destination.
Tools
* verify-mirror improvements.
* Ship vc-svk.el with the distribution.
Others
* Make updating a checkout that no longer exists in the depot give
proper message.
* Make checkout more robust when resuming a interrupted checkout.
* Check for .svk/floating before assuming floating checkout.
* Fix a regression which caused binary files to sometimes be
displayed as text during an "svk diff".
diffstat:
devel/svk/Makefile | 7 ++++---
devel/svk/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 6a8e7e73736e -r 0b63e690e8fd devel/svk/Makefile
--- a/devel/svk/Makefile Sat Jun 02 08:30:45 2007 +0000
+++ b/devel/svk/Makefile Sat Jun 02 11:36:50 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2007/02/17 20:59:50 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/02 11:36:50 bad Exp $
-DISTNAME= SVK-v2.0.0
-PKGNAME= svk-2.0.0
+DISTNAME= SVK-v2.0.1
+PKGNAME= svk-2.0.1
PKGREVISION= 1
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
@@ -25,6 +25,7 @@
DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Data-Hierarchy>=0.30:../../devel/p5-Data-Hierarchy
+DEPENDS+= p5-File-Temp>=0.17:../../devel/p5-File-Temp
DEPENDS+= p5-File-Type>=0.22:../../devel/p5-File-Type
DEPENDS+= p5-FreezeThaw>=0.43:../../devel/p5-FreezeThaw
DEPENDS+= p5-IO-Digest>=0.10:../../devel/p5-IO-Digest
diff -r 6a8e7e73736e -r 0b63e690e8fd devel/svk/distinfo
--- a/devel/svk/distinfo Sat Jun 02 08:30:45 2007 +0000
+++ b/devel/svk/distinfo Sat Jun 02 11:36:50 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2007/01/10 22:19:15 bad Exp $
+$NetBSD: distinfo,v 1.11 2007/06/02 11:36:50 bad Exp $
-SHA1 (SVK-v2.0.0.tar.gz) = fe5d43c7450079bf4ac65872d330dc68ba20464e
-RMD160 (SVK-v2.0.0.tar.gz) = 2e8871f8f1a1bb5127afb7987e32cd9a1b29d1de
-Size (SVK-v2.0.0.tar.gz) = 422489 bytes
+SHA1 (SVK-v2.0.1.tar.gz) = 5d2d4b21f24c9fb36a241ac1dec91ac0a85f2acf
+RMD160 (SVK-v2.0.1.tar.gz) = c6d530595f14e13177ca40d0215c092846474f29
+Size (SVK-v2.0.1.tar.gz) = 436832 bytes
Home |
Main Index |
Thread Index |
Old Index