pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bzr-svn bzr-svn 0.5.3 2009-03-10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/886d2d89eadf
branches:  trunk
changeset: 556244:886d2d89eadf
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Mar 18 06:06:12 2009 +0000

description:
bzr-svn 0.5.3                   2009-03-10

  BUG FIXES

   * Lazily load commands during help. (#330928)

   * Fix one-line helps for dpush / foreign-mapping-upgrade. (#331051)

   * Skip unicode tests if the local file system doesn't support unicode
     paths.

   * Don't print traceback when connection errors occur during push. (#331078)

   * Fix exception importing with itrunk* layout.

   * Break subversion locks in ``bzr break-lock''.

   * Handle corner case following branch paths outside of prefixes in
     revision metadata browser.

   * Handle strange corner case in HTTP, where get_dir() works on files and we
     accidently start to call update() on files.

   * Don't check branch root when looking for round-tripped revisions that used
     revision properties. (#294784)

   * Support non-ascii characters in home directories. (#333121)

   * Fix recognizing tags when using wildcard layouts. (#333960)

   * Fetch left-hand side ancestry if it's outside of the prefix in
     svn-import. (#334692)

   * Support pushing kind changes from directory to file. (#335445)

   * Fixed canonicalization issue when retrieving remote revision trees
     over HTTP.

   * Fix recognition of v3 mappings pushed with incomplete revision properties.

   * Print proper error when a part of the repository is inaccessible during
     fetch. (#323084)

   * Fix concurrent access problems during push/commit. (#248289)

   * Allow svn: revision specifier in non-svn branches. (#337295)

   * Cope with v3 and v4 mappings being interwined in a mainline
     with roundtripped revisions. (#332364)

   * Print proper error when it is impossible to get a branch path
     in a particular layout. (#340081)

  PERFORMANCE

   * Significant speed improvements when no (old) tags have to be fetched. Requires
     InterBranch.pull() patch.

   * The guessed layout is now only stored in the configuration and no longer
     re-determined every time a repository is accessed.

   * Looking for missing revisions is now done in groups, significantly improving the
     time spent in the "determining revisions to fetch" step.

   * A simple LRU cache is now used for texts during fetch.

   * Avoid loading subvertpy in a couple more situations when probing for
     Subversion repositories. (#336449)

  FEATURES

   * Now prints parent Subversion revision number after successful pull. (#332196)

   * Annotate run against Subversion repositories now works. (#335735)

bzr-svn 0.5.2                                   2009-02-18

  BUG FIXES

   * Fix installation of cache module.

diffstat:

 devel/bzr-svn/Makefile |   4 ++--
 devel/bzr-svn/PLIST    |  15 ++++++++++++++-
 devel/bzr-svn/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 7 deletions(-)

diffs (76 lines):

diff -r 8d932d54a8c3 -r 886d2d89eadf devel/bzr-svn/Makefile
--- a/devel/bzr-svn/Makefile    Wed Mar 18 06:05:53 2009 +0000
+++ b/devel/bzr-svn/Makefile    Wed Mar 18 06:06:12 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2009/02/20 03:41:25 epg Exp $
+# $NetBSD: Makefile,v 1.11 2009/03/18 06:06:12 epg Exp $
 
 DISTNAME=      bzr-svn-${VER}
 #PKGREVISION=  1
 CATEGORIES=    devel scm
 MASTER_SITES=  http://launchpad.net/bzr-svn/0.5/${VER}/+download/
 MASTER_SITES+= http://samba.org/~jelmer/bzr/
-VER=           0.5.1
+VER=           0.5.3
 
 MAINTAINER=    epg%NetBSD.org@localhost
 HOMEPAGE=      http://bazaar-vcs.org/BzrForeignBranches/Subversion
diff -r 8d932d54a8c3 -r 886d2d89eadf devel/bzr-svn/PLIST
--- a/devel/bzr-svn/PLIST       Wed Mar 18 06:05:53 2009 +0000
+++ b/devel/bzr-svn/PLIST       Wed Mar 18 06:06:12 2009 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2009/02/19 07:34:08 epg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/03/18 06:06:12 epg Exp $
 ${PYSITELIB}/bzrlib/plugins/svn/__init__.py
 ${PYSITELIB}/bzrlib/plugins/svn/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/annotate.py
+${PYSITELIB}/bzrlib/plugins/svn/annotate.pyc
+${PYSITELIB}/bzrlib/plugins/svn/annotate.pyo
 ${PYSITELIB}/bzrlib/plugins/svn/auth.py
 ${PYSITELIB}/bzrlib/plugins/svn/auth.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/auth.pyo
@@ -11,6 +14,9 @@
 ${PYSITELIB}/bzrlib/plugins/svn/branchprops.py
 ${PYSITELIB}/bzrlib/plugins/svn/branchprops.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/branchprops.pyo
+${PYSITELIB}/bzrlib/plugins/svn/cache/__init__.py
+${PYSITELIB}/bzrlib/plugins/svn/cache/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/svn/cache/__init__.pyo
 ${PYSITELIB}/bzrlib/plugins/svn/changes.py
 ${PYSITELIB}/bzrlib/plugins/svn/changes.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/changes.pyo
@@ -74,6 +80,12 @@
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/__init__.py
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/base.py
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/base.pyc
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/base.pyo
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/commands.py
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/commands.pyc
+${PYSITELIB}/bzrlib/plugins/svn/mapping3/commands.pyo
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/scheme.py
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/scheme.pyc
 ${PYSITELIB}/bzrlib/plugins/svn/mapping3/scheme.pyo
@@ -239,6 +251,7 @@
 @dirrm ${PYSITELIB}/bzrlib/plugins/svn/mapping3
 @dirrm ${PYSITELIB}/bzrlib/plugins/svn/layout
 @dirrm ${PYSITELIB}/bzrlib/plugins/svn/foreign
+@dirrm ${PYSITELIB}/bzrlib/plugins/svn/cache
 @dirrm ${PYSITELIB}/bzrlib/plugins/svn
 @comment in bzr: @dirrm ${PYSITELIB}/bzrlib/plugins
 @comment in bzr: @dirrm ${PYSITELIB}/bzrlib
diff -r 8d932d54a8c3 -r 886d2d89eadf devel/bzr-svn/distinfo
--- a/devel/bzr-svn/distinfo    Wed Mar 18 06:05:53 2009 +0000
+++ b/devel/bzr-svn/distinfo    Wed Mar 18 06:06:12 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/02/19 07:34:08 epg Exp $
+$NetBSD: distinfo,v 1.8 2009/03/18 06:06:12 epg Exp $
 
-SHA1 (bzr-svn-0.5.1.tar.gz) = 1946fa3bfa3d40479f73f7acbf7d3ea37fee58b7
-RMD160 (bzr-svn-0.5.1.tar.gz) = a18cc399118bc9869f4f0caa14b469698160a4e3
-Size (bzr-svn-0.5.1.tar.gz) = 232762 bytes
+SHA1 (bzr-svn-0.5.3.tar.gz) = a342a6db41d92e2594ae0feaddf85a8dbed41fa6
+RMD160 (bzr-svn-0.5.3.tar.gz) = b78139565af8c25179a1cdaa4a736113ea6d1e50
+Size (bzr-svn-0.5.3.tar.gz) = 235595 bytes



Home | Main Index | Thread Index | Old Index