diff options
author | epg <epg> | 2009-03-18 06:06:12 +0000 |
---|---|---|
committer | epg <epg> | 2009-03-18 06:06:12 +0000 |
commit | e13eaaf68c36675e6086bfcf87a78ebf1d7873c6 (patch) | |
tree | 5640f33be455dbfd5fc159370ee125e83569dcbc /devel | |
parent | 9a369b4ef709c757333e5bb51cb78ff6a9aa6991 (diff) | |
download | pkgsrc-e13eaaf68c36675e6086bfcf87a78ebf1d7873c6.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/bzr-svn/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr-svn/PLIST | 15 | ||||
-rw-r--r-- | devel/bzr-svn/distinfo | 8 |
3 files changed, 20 insertions, 7 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 3f0bc06a3a0..55cb66491d9 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -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 HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion diff --git a/devel/bzr-svn/PLIST b/devel/bzr-svn/PLIST index 2a420b471c0..ac2b8e8c9d3 100644 --- a/devel/bzr-svn/PLIST +++ b/devel/bzr-svn/PLIST @@ -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/branch.pyo ${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/mapping2.pyo ${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 @@ ${PYSITELIB}/bzrlib/plugins/svn/workingtree.pyo @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 --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo index aba950ea9a1..d8221a6f6c8 100644 --- a/devel/bzr-svn/distinfo +++ b/devel/bzr-svn/distinfo @@ -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 |