diff options
author | bad <bad@pkgsrc.org> | 2007-06-02 11:36:50 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2007-06-02 11:36:50 +0000 |
commit | a894137f3711a35008a5a8e13c3cfc967cc8fc89 (patch) | |
tree | d155454d6a76bb44017b15cd4cfbeccd2fa6ab42 /devel/svk | |
parent | 3a974bb01e9ab5b481a10123d0d09743111e5443 (diff) | |
download | pkgsrc-a894137f3711a35008a5a8e13c3cfc967cc8fc89.tar.gz |
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 (limited to 'devel/svk')
-rw-r--r-- | devel/svk/Makefile | 7 | ||||
-rw-r--r-- | devel/svk/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index b486c95cafd..f235a6d4a6a 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -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-Autouse>=1.15:../../devel/p5-Class-Autouse 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 --git a/devel/svk/distinfo b/devel/svk/distinfo index aa95bf51b57..f49b523bd28 100644 --- a/devel/svk/distinfo +++ b/devel/svk/distinfo @@ -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 |