summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2009-02-19 07:34:08 +0000
committerepg <epg@pkgsrc.org>2009-02-19 07:34:08 +0000
commit9480f49f855075abf86ac99daed888497f0f3df2 (patch)
tree4ae3ab68f2ae512573ff99c7dc15e08da760e10f
parent7b308b7217b38408d6b893312e60dec9edc36327 (diff)
downloadpkgsrc-9480f49f855075abf86ac99daed888497f0f3df2.tar.gz
bzr-svn 0.5.1 2009-02-17
BUG FIXES * Fix parsing of "trunk/tags" style filenames in trunk repository layout handling. (#324970) * "bzr push" now also works when creating new branches. "bzr svn-push" has been removed. This requires a patched version of bzr. (#127945) * Fixed memory usage and performance bug while iterating over a repository. (#318993) * When following prefixes, cope with branches copied from outside of the prefix. (#325428) * Handle non-mainline history a bit better in dpush. (#329284) * Assume that ERR_XML_MALFORMED only occurs for non-Subversion URLs. (#327287) * Only upgrade tags for which the revision they point to has been upgraded in svn-upgrade. * Fix handling of "unusual" branch paths in sparse logs. (#325727) FEATURES * Set svn:original-date property when revision properties can be committed. * Add transport speed progress indication. (require subvertpy >= 0.6.4) PERFORMANCE * New cache that stores the most important metadata information used when browsing history. * More efficient pull from Subversion branches, avoiding unnecessary calculation of revision numbers. (Requires InterBranch patch to bzr) * More efficient pull from Subversion branches, by using the local branch ancestry to find out tag revision ids rather than the remote Subversion branch. * Use VersionedFiles.insert_record_stream() rather than VersionedFiles.add_lines(), should be slightly faster. * By default, don't use a cache for log information when connected to a local Subversion repository. * Only fetch rebased revisions once during ``bzr dpush'', rather than after every pushed revision. * Use only a single graph object during push, rather than two. bzr-svn 0.5.0 2009-02-03 BUG FIXES * Fixed two assertions that were always true. (#323305) * Fixed handling of round-tripped revisions in svn-upgrade. (#320113) * Fixed handling of password prompting with username specified. (#275953) * Use most appropriate mapping when setting tags for a branch. (#322856) * Fixed handling of branch roots moving. (#295416) FEATURES * Added "bzr check" on Subversion repositories that checks bzr-svn metadata. (#320929) * Allow overriding over revision-properties on a per-branch basis. (#319819) * Added --idmap-file option to svn-upgrade. bzr-svn 0.5.0~rc2 2009-01-30 BUG FIXES * Install subvertpy as separate module rather than as part of bzrlib.plugins.svn. (#306145) * Fix some tests when running overall bzr testsuite. (#306158) * Handle duplicate forward slashes in the path part of a URL. * Pass utf-8 connect string to sqlite3() connect function. (#262923) * Fix pushing to repositories not allowing the setting of revision properties. * Deal with newly appearing file ids correctly in dpush(). (#300979) * Fix handling of custom layouts, which used unicode internally. (#306629) * Fix pointless commits when using roundtripping using revision properties. (#299943) * Make sure branches are properly removed in iter_all_changes(). (#306288, #300006) * Handle pushing empty branches using dpush. (#311613) * Cope with unicode filenames in manual file id detection. (#311744) * Print proper error message when importing from non-svn repository in svn-import. (#313817) * Support committing renames of filenames with non-ascii characters in their name. (#312166) * Support strange rename during push. (#303563) * Print proper error when attempting to create repository in Subversion working copy. (#310063) * Follow copied tags correctly. (#312272) * No longer includes subvertpy, but rather depends on external installation. * Properly determine file ids of children of directories that are replaced by an older copy of themselves. (#316384) * Use unicode objects internally for sqlite. (#296868) * New implicit file id handling for copied directories. + Correctly handles implicit children when parent is copied from outside of the branch. (#304134) + Correctly handles file id map generation for some stacked branches. (#310916) * Handle children implicitly copied when replacing a directory with an older copy of itself. (#308353, #318935) * Invalidate revision ids of bzr-roundtripped revisions when the Subversion repository's UUID changes. (#318940, Debian #512325) * Handle unicode symlinks. (#319317) * Handle unicode in working tree names and some directory names. (#319313) * Cope with missing keys properly when branching based on VersionedFiles (#311997) * Properly determine whether to analyse revision properties. * Handle null: keys in Repository.texts. * Cope with ": " in bzr-svn revision metadata stored in file properties. (#300105) * Fix commits in working trees. (#306566) * Properly stop reverse tracking newly added branches. (#300006) PERFORMANCE * Stop iterating over non-visible children of files when determining file ids. (#306259) This should improve the performance of stacking and lightweight checkouts. * Imports of svn-related modules is now done lazily. There will only be two extra imports if bzr-svn is loaded but not used. API * Added accessor functions for Subversion file properties. FEATURES * Bazaar can now use credentials stored in ~/.subversion/auth/, but this requires pending changes in Bazaar to pass the realm along to credentials providers. * When possible, bzr-svn will now copy from existing paths in the repository when committing/pushing rather than duplicating the contents. (generic implementation that also fixes #320742) bzr-svn 0.5.0~rc1 2008-12-08 CHANGES * Implement set-revprops command. * Introduces a new Bzr<->Svn mapping format. Please read UPGRADING for details. + Uses revision properties where possible. (#127736) + Branching schemes are no longer used and are replaced by "repository layouts", which are much more flexible. (#130372) * Will avoid browsing the full repository for bzr-revisions, only closely related paths. (#158657) FEATURES * Performance has been improved *significantly*. * Add bzr:skip revision property to allow skipping more detailed analysis of revisions not created by bzr. * "bzr revert" in a Subversion working tree now works. * Create branches/ directory automatically if it didn't exist when pushing merged revisions. * Only fetch signatures if they can be cheaply copied. * Also upgrade fileids in workingtree during svn-upgrade. * Add --until option to svn-import. * Add experimental svn-serve subcommand. BUG FIXES * Set bzr signature revision property during commit if possible. * Provide SvnWorkingTree._transport. (#264548) * Don't rely on cache when checking revision id during commit. (#230863) * Avoid pushing changes again when pushing new branch. (#203368) * Store text parents properly. (#260416) * Avoid leaking memory when attempting to open an invalid Subversion repository. (#262513) * Fix corner case corruption pulling from a svn repository that contains bzr-roundtripped revisions. (#260416) * Upgrade tags as well during svn-upgrade. * Correctly detect prefix when repository root is URL root (#303292) * Fix removing file properties. (#304866) * Fix canonicalization of paths to svn_ra_diff(). (#304894) INTERNALS * Remove custom commit code for working tree. + Standard commit code provides commit notification. (#79333)
-rw-r--r--devel/bzr-svn/Makefile11
-rw-r--r--devel/bzr-svn/PLIST127
-rw-r--r--devel/bzr-svn/distinfo8
3 files changed, 87 insertions, 59 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index 34c34e928f2..3321c9a1a44 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/19 07:34:08 epg Exp $
DISTNAME= bzr-svn-${VER}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= devel scm
-MASTER_SITES= http://launchpad.net/bzr-svn/0.4/${VER}/+download/
+MASTER_SITES= http://launchpad.net/bzr-svn/0.5/${VER}/+download/
MASTER_SITES+= http://samba.org/~jelmer/bzr/
-VER= 0.4.17
+VER= 0.5.1
MAINTAINER= epg@NetBSD.org
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
@@ -14,7 +14,8 @@ COMMENT= Foreign Subversion repositoriy support for Bazaar
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${SQLITE_DEP}
-DEPENDS+= bzr>=1.10{,nb[0-9]*}:../../devel/bzr
+DEPENDS+= bzr>=1.11{,nb[0-9]*}:../../devel/bzr
+DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.6.1:../../devel/subvertpy
# for make test
USE_TOOLS+= gmake
diff --git a/devel/bzr-svn/PLIST b/devel/bzr-svn/PLIST
index 1ce0899f0c7..2a420b471c0 100644
--- a/devel/bzr-svn/PLIST
+++ b/devel/bzr-svn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/09/04 22:44:01 epg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/02/19 07:34:08 epg Exp $
${PYSITELIB}/bzrlib/plugins/svn/__init__.py
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyc
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyo
@@ -11,13 +11,12 @@ ${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.py
-${PYSITELIB}/bzrlib/plugins/svn/cache.pyc
-${PYSITELIB}/bzrlib/plugins/svn/cache.pyo
${PYSITELIB}/bzrlib/plugins/svn/changes.py
${PYSITELIB}/bzrlib/plugins/svn/changes.pyc
${PYSITELIB}/bzrlib/plugins/svn/changes.pyo
-${PYSITELIB}/bzrlib/plugins/svn/client.so
+${PYSITELIB}/bzrlib/plugins/svn/commands.py
+${PYSITELIB}/bzrlib/plugins/svn/commands.pyc
+${PYSITELIB}/bzrlib/plugins/svn/commands.pyo
${PYSITELIB}/bzrlib/plugins/svn/commit.py
${PYSITELIB}/bzrlib/plugins/svn/commit.pyc
${PYSITELIB}/bzrlib/plugins/svn/commit.pyo
@@ -27,12 +26,6 @@ ${PYSITELIB}/bzrlib/plugins/svn/config.pyo
${PYSITELIB}/bzrlib/plugins/svn/convert.py
${PYSITELIB}/bzrlib/plugins/svn/convert.pyc
${PYSITELIB}/bzrlib/plugins/svn/convert.pyo
-${PYSITELIB}/bzrlib/plugins/svn/core.py
-${PYSITELIB}/bzrlib/plugins/svn/core.pyc
-${PYSITELIB}/bzrlib/plugins/svn/core.pyo
-${PYSITELIB}/bzrlib/plugins/svn/delta.py
-${PYSITELIB}/bzrlib/plugins/svn/delta.pyc
-${PYSITELIB}/bzrlib/plugins/svn/delta.pyo
${PYSITELIB}/bzrlib/plugins/svn/errors.py
${PYSITELIB}/bzrlib/plugins/svn/errors.pyc
${PYSITELIB}/bzrlib/plugins/svn/errors.pyo
@@ -42,47 +35,75 @@ ${PYSITELIB}/bzrlib/plugins/svn/fetch.pyo
${PYSITELIB}/bzrlib/plugins/svn/fileids.py
${PYSITELIB}/bzrlib/plugins/svn/fileids.pyc
${PYSITELIB}/bzrlib/plugins/svn/fileids.pyo
+${PYSITELIB}/bzrlib/plugins/svn/foreign/__init__.py
+${PYSITELIB}/bzrlib/plugins/svn/foreign/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/svn/foreign/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/foreign/test_versionedfiles.py
+${PYSITELIB}/bzrlib/plugins/svn/foreign/test_versionedfiles.pyc
+${PYSITELIB}/bzrlib/plugins/svn/foreign/test_versionedfiles.pyo
+${PYSITELIB}/bzrlib/plugins/svn/foreign/upgrade.py
+${PYSITELIB}/bzrlib/plugins/svn/foreign/upgrade.pyc
+${PYSITELIB}/bzrlib/plugins/svn/foreign/upgrade.pyo
+${PYSITELIB}/bzrlib/plugins/svn/foreign/versionedfiles.py
+${PYSITELIB}/bzrlib/plugins/svn/foreign/versionedfiles.pyc
+${PYSITELIB}/bzrlib/plugins/svn/foreign/versionedfiles.pyo
${PYSITELIB}/bzrlib/plugins/svn/format.py
${PYSITELIB}/bzrlib/plugins/svn/format.pyc
${PYSITELIB}/bzrlib/plugins/svn/format.pyo
-${PYSITELIB}/bzrlib/plugins/svn/layout.py
-${PYSITELIB}/bzrlib/plugins/svn/layout.pyc
-${PYSITELIB}/bzrlib/plugins/svn/layout.pyo
-${PYSITELIB}/bzrlib/plugins/svn/log.py
-${PYSITELIB}/bzrlib/plugins/svn/log.pyc
-${PYSITELIB}/bzrlib/plugins/svn/log.pyo
+${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.py
+${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/layout/custom.py
+${PYSITELIB}/bzrlib/plugins/svn/layout/custom.pyc
+${PYSITELIB}/bzrlib/plugins/svn/layout/custom.pyo
+${PYSITELIB}/bzrlib/plugins/svn/layout/guess.py
+${PYSITELIB}/bzrlib/plugins/svn/layout/guess.pyc
+${PYSITELIB}/bzrlib/plugins/svn/layout/guess.pyo
+${PYSITELIB}/bzrlib/plugins/svn/layout/standard.py
+${PYSITELIB}/bzrlib/plugins/svn/layout/standard.pyc
+${PYSITELIB}/bzrlib/plugins/svn/layout/standard.pyo
${PYSITELIB}/bzrlib/plugins/svn/logwalker.py
${PYSITELIB}/bzrlib/plugins/svn/logwalker.pyc
${PYSITELIB}/bzrlib/plugins/svn/logwalker.pyo
${PYSITELIB}/bzrlib/plugins/svn/mapping.py
${PYSITELIB}/bzrlib/plugins/svn/mapping.pyc
${PYSITELIB}/bzrlib/plugins/svn/mapping.pyo
+${PYSITELIB}/bzrlib/plugins/svn/mapping2.py
+${PYSITELIB}/bzrlib/plugins/svn/mapping2.pyc
+${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/scheme.py
${PYSITELIB}/bzrlib/plugins/svn/mapping3/scheme.pyc
${PYSITELIB}/bzrlib/plugins/svn/mapping3/scheme.pyo
+${PYSITELIB}/bzrlib/plugins/svn/mapping4.py
+${PYSITELIB}/bzrlib/plugins/svn/mapping4.pyc
+${PYSITELIB}/bzrlib/plugins/svn/mapping4.pyo
${PYSITELIB}/bzrlib/plugins/svn/parents.py
${PYSITELIB}/bzrlib/plugins/svn/parents.pyc
${PYSITELIB}/bzrlib/plugins/svn/parents.pyo
-${PYSITELIB}/bzrlib/plugins/svn/properties.py
-${PYSITELIB}/bzrlib/plugins/svn/properties.pyc
-${PYSITELIB}/bzrlib/plugins/svn/properties.pyo
-${PYSITELIB}/bzrlib/plugins/svn/ra.so
+${PYSITELIB}/bzrlib/plugins/svn/push.py
+${PYSITELIB}/bzrlib/plugins/svn/push.pyc
+${PYSITELIB}/bzrlib/plugins/svn/push.pyo
${PYSITELIB}/bzrlib/plugins/svn/remote.py
${PYSITELIB}/bzrlib/plugins/svn/remote.pyc
${PYSITELIB}/bzrlib/plugins/svn/remote.pyo
-${PYSITELIB}/bzrlib/plugins/svn/repos.so
${PYSITELIB}/bzrlib/plugins/svn/repository.py
${PYSITELIB}/bzrlib/plugins/svn/repository.pyc
${PYSITELIB}/bzrlib/plugins/svn/repository.pyo
${PYSITELIB}/bzrlib/plugins/svn/revids.py
${PYSITELIB}/bzrlib/plugins/svn/revids.pyc
${PYSITELIB}/bzrlib/plugins/svn/revids.pyo
+${PYSITELIB}/bzrlib/plugins/svn/revmeta.py
+${PYSITELIB}/bzrlib/plugins/svn/revmeta.pyc
+${PYSITELIB}/bzrlib/plugins/svn/revmeta.pyo
${PYSITELIB}/bzrlib/plugins/svn/revspec.py
${PYSITELIB}/bzrlib/plugins/svn/revspec.pyc
${PYSITELIB}/bzrlib/plugins/svn/revspec.pyo
+${PYSITELIB}/bzrlib/plugins/svn/server.py
+${PYSITELIB}/bzrlib/plugins/svn/server.pyc
+${PYSITELIB}/bzrlib/plugins/svn/server.pyo
${PYSITELIB}/bzrlib/plugins/svn/svk.py
${PYSITELIB}/bzrlib/plugins/svn/svk.pyc
${PYSITELIB}/bzrlib/plugins/svn/svk.pyo
@@ -92,6 +113,24 @@ ${PYSITELIB}/bzrlib/plugins/svn/tags.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/svn/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/__init__.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/test_scheme.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/test_scheme.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3/test_scheme.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/__init__.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/__init__.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_base.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_base.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_base.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_branch.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_branch.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_branch.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_repository.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_repository.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations/test_repository.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_blackbox.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_blackbox.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_blackbox.pyo
@@ -107,9 +146,6 @@ ${PYSITELIB}/bzrlib/plugins/svn/tests/test_changes.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_checkout.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_checkout.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_checkout.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_client.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_client.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_client.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_commit.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_commit.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_commit.pyo
@@ -119,12 +155,6 @@ ${PYSITELIB}/bzrlib/plugins/svn/tests/test_config.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_convert.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_convert.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_convert.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_core.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_core.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_core.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_delta.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_delta.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_delta.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_errors.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_errors.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_errors.pyo
@@ -134,42 +164,36 @@ ${PYSITELIB}/bzrlib/plugins/svn/tests/test_fetch.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_log.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_log.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_log.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_logwalker.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_logwalker.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_logwalker.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_mapping.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_mapping.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_mapping.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_properties.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_properties.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_properties.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_parents.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_parents.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_parents.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_push.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_push.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_push.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_ra.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_ra.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_ra.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_radir.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_radir.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_radir.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_repos.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_repos.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_repos.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_repository.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_repository.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_repository.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revids.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revids.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revids.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_revmeta.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_revmeta.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_revmeta.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revspec.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revspec.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_revspec.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_scheme.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_scheme.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_scheme.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_svk.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_svk.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_svk.pyo
@@ -185,9 +209,6 @@ ${PYSITELIB}/bzrlib/plugins/svn/tests/test_upgrade.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_versionedfiles.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_versionedfiles.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_versionedfiles.pyo
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_wc.py
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_wc.pyc
-${PYSITELIB}/bzrlib/plugins/svn/tests/test_wc.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_workingtree.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_workingtree.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_workingtree.pyo
@@ -200,18 +221,24 @@ ${PYSITELIB}/bzrlib/plugins/svn/tree.pyo
${PYSITELIB}/bzrlib/plugins/svn/upgrade.py
${PYSITELIB}/bzrlib/plugins/svn/upgrade.pyc
${PYSITELIB}/bzrlib/plugins/svn/upgrade.pyo
+${PYSITELIB}/bzrlib/plugins/svn/util.py
+${PYSITELIB}/bzrlib/plugins/svn/util.pyc
+${PYSITELIB}/bzrlib/plugins/svn/util.pyo
${PYSITELIB}/bzrlib/plugins/svn/versionedfiles.py
${PYSITELIB}/bzrlib/plugins/svn/versionedfiles.pyc
${PYSITELIB}/bzrlib/plugins/svn/versionedfiles.pyo
-${PYSITELIB}/bzrlib/plugins/svn/wc.so
${PYSITELIB}/bzrlib/plugins/svn/wiki.py
${PYSITELIB}/bzrlib/plugins/svn/wiki.pyc
${PYSITELIB}/bzrlib/plugins/svn/wiki.pyo
${PYSITELIB}/bzrlib/plugins/svn/workingtree.py
${PYSITELIB}/bzrlib/plugins/svn/workingtree.pyc
${PYSITELIB}/bzrlib/plugins/svn/workingtree.pyo
+@dirrm ${PYSITELIB}/bzrlib/plugins/svn/tests/mapping_implementations
+@dirrm ${PYSITELIB}/bzrlib/plugins/svn/tests/mapping3
@dirrm ${PYSITELIB}/bzrlib/plugins/svn/tests
@dirrm ${PYSITELIB}/bzrlib/plugins/svn/mapping3
+@dirrm ${PYSITELIB}/bzrlib/plugins/svn/layout
+@dirrm ${PYSITELIB}/bzrlib/plugins/svn/foreign
@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 02ba111ff4c..aba950ea9a1 100644
--- a/devel/bzr-svn/distinfo
+++ b/devel/bzr-svn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/01/19 21:42:09 epg Exp $
+$NetBSD: distinfo,v 1.7 2009/02/19 07:34:08 epg Exp $
-SHA1 (bzr-svn-0.4.17.tar.gz) = 850d66e451680ee7498a86d92d7d7d17f3c395c5
-RMD160 (bzr-svn-0.4.17.tar.gz) = 76565152c86a70fd6496975931047595ab3edc28
-Size (bzr-svn-0.4.17.tar.gz) = 223433 bytes
+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