--- - branch: MAIN date: Thu Feb 19 07:34:08 UTC 2009 files: - new: '1.9' old: '1.8' path: pkgsrc/devel/bzr-svn/Makefile pathrev: pkgsrc/devel/bzr-svn/Makefile@1.9 type: modified - new: '1.3' old: '1.2' path: pkgsrc/devel/bzr-svn/PLIST pathrev: pkgsrc/devel/bzr-svn/PLIST@1.3 type: modified - new: '1.7' old: '1.6' path: pkgsrc/devel/bzr-svn/distinfo pathrev: pkgsrc/devel/bzr-svn/distinfo@1.7 type: modified id: 20090219T073408Z.9828d21c894778831a257a7dc6e4a77045440355 log: "bzr-svn 0.5.1\t\t\t\t\t2009-02-17\n\n BUG FIXES\n\n * Fix parsing of \"trunk/tags\" style filenames in trunk repository layout\n handling. (#324970)\n\n * \"bzr push\" now also works when creating new branches. \"bzr svn-push\"\n has been removed. This requires a patched version of bzr. (#127945)\n\n * Fixed memory usage and performance bug while iterating over a repository.\n (#318993)\n\n \ * When following prefixes, cope with branches copied from outside of the\n \ prefix. (#325428)\n\n * Handle non-mainline history a bit better in dpush. (#329284)\n\n * Assume that ERR_XML_MALFORMED only occurs for non-Subversion\n \ URLs. (#327287)\n\n * Only upgrade tags for which the revision they point to has been\n upgraded in svn-upgrade.\n\n * Fix handling of \"unusual\" branch paths in sparse logs. (#325727)\n\n FEATURES\n\n * Set svn:original-date property when revision properties can be committed.\n\n * Add transport speed progress indication. (require subvertpy >= 0.6.4)\n\n PERFORMANCE\n\n * New cache that stores the most important metadata information used\n when browsing history.\n\n * More efficient pull from Subversion branches, avoiding unnecessary\n \ calculation of revision numbers. (Requires InterBranch patch to bzr)\n\n \ * More efficient pull from Subversion branches, by using the local\n branch ancestry to find out tag revision ids rather than the remote\n\t Subversion branch.\n\n \ * Use VersionedFiles.insert_record_stream() rather than\n VersionedFiles.add_lines(), should be slightly faster.\n\n * By default, don't use a cache for log information when connected\n to a local Subversion repository.\n\n * Only fetch rebased revisions once during ``bzr dpush'', rather than\n after every pushed revision.\n\n \ * Use only a single graph object during push, rather than two.\n\nbzr-svn 0.5.0\t\t\t\t\t2009-02-03\n\n \ BUG FIXES\n\n * Fixed two assertions that were always true. (#323305)\n\n \ * Fixed handling of round-tripped revisions in svn-upgrade. (#320113)\n\n * Fixed handling of password prompting with username specified. (#275953)\n\n * Use most appropriate mapping when setting tags for a branch. (#322856)\n\n * Fixed handling of branch roots moving. (#295416)\n\n FEATURES\n\n * Added \"bzr check\" on Subversion repositories that checks\n bzr-svn metadata. (#320929)\n\n \ * Allow overriding over revision-properties on a per-branch basis. (#319819)\n\n \ * Added --idmap-file option to svn-upgrade.\n\nbzr-svn 0.5.0~rc2\t\t\t\t2009-01-30\n\n \ BUG FIXES\n\n * Install subvertpy as separate module rather than as part of\n \ bzrlib.plugins.svn. (#306145)\n\n * Fix some tests when running overall bzr testsuite. (#306158)\n\n * Handle duplicate forward slashes in the path part of a URL.\n\n * Pass utf-8 connect string to sqlite3() connect function. (#262923)\n\n * Fix pushing to repositories not allowing the setting of revision\n \ properties.\n\n * Deal with newly appearing file ids correctly in dpush(). (#300979)\n\n * Fix handling of custom layouts, which used unicode internally. (#306629)\n\n * Fix pointless commits when using roundtripping using revision\n \ properties. (#299943)\n\n * Make sure branches are properly removed in iter_all_changes().\n (#306288, #300006)\n\n * Handle pushing empty branches using dpush. (#311613)\n\n * Cope with unicode filenames in manual file id detection. (#311744)\n\n * Print proper error message when importing from non-svn repository in\n svn-import. (#313817)\n\n * Support committing renames of filenames with non-ascii characters\n in their name. (#312166)\n\n * Support strange rename during push. (#303563)\n\n * Print proper error when attempting to create repository in Subversion\n working copy. (#310063)\n\n * Follow copied tags correctly. (#312272)\n\n * No longer includes subvertpy, but rather depends on external installation.\n\n * Properly determine file ids of children of directories that are replaced\n by an older copy of themselves. (#316384)\n\n * Use unicode objects internally for sqlite. (#296868)\n\n * New implicit file id handling for copied directories.\n + Correctly handles implicit children when parent is copied from outside of the\n\t branch. (#304134)\n + Correctly handles file id map generation for some stacked branches. (#310916)\n\n * Handle children implicitly copied when replacing a directory with an older\n copy of itself. (#308353, #318935)\n\n * Invalidate revision ids of bzr-roundtripped revisions when the\n Subversion repository's UUID changes. (#318940, Debian #512325)\n\n \ * Handle unicode symlinks. (#319317)\n\n * Handle unicode in working tree names and some directory names. (#319313)\n\n * Cope with missing keys properly when branching based on VersionedFiles\n (#311997)\n\n * Properly determine whether to analyse revision properties.\n\n * Handle null: keys in Repository.texts.\n\n \ * Cope with \": \" in bzr-svn revision metadata stored in file properties.\n \ (#300105)\n\n * Fix commits in working trees. (#306566)\n\n * Properly stop reverse tracking newly added branches. (#300006)\n\n PERFORMANCE\n\n * Stop iterating over non-visible children of files when determining file ids. (#306259)\n \ This should improve the performance of stacking and lightweight checkouts.\n\n \ * Imports of svn-related modules is now done lazily. There will only be two extra\n imports if bzr-svn is loaded but not used.\n\n API\n\n * Added accessor functions for Subversion file properties.\n\n FEATURES\n\n * Bazaar can now use credentials stored in ~/.subversion/auth/, but this\n requires pending changes in Bazaar to pass the realm along to\n\t credentials providers.\n\n \ * When possible, bzr-svn will now copy from existing paths in the repository\n \ when committing/pushing rather than duplicating the contents.\n\t (generic implementation that also fixes #320742)\n\nbzr-svn 0.5.0~rc1\t\t\t2008-12-08\n\n \ CHANGES\n\n * Implement set-revprops command.\n\n * Introduces a new Bzr<->Svn mapping format. Please\n read UPGRADING for details.\n\n\t + Uses revision properties where possible. (#127736)\n\n + Branching schemes are no longer used and are\n\t replaced by \"repository layouts\", which are\n\t much more flexible. (#130372)\n\n * Will avoid browsing the full repository for bzr-revisions,\n \ only closely related paths. (#158657)\n\n FEATURES\n\n * Performance has been improved *significantly*.\n\n * Add bzr:skip revision property to allow skipping\n more detailed analysis of revisions not created by bzr.\n\n * \"bzr revert\" in a Subversion working tree now works.\n\n * Create branches/ directory automatically if it didn't exist\n when pushing merged revisions.\n\n \ * Only fetch signatures if they can be cheaply copied.\n\n * Also upgrade fileids in workingtree during svn-upgrade.\n\n * Add --until option to svn-import.\n\n \ * Add experimental svn-serve subcommand.\n\n BUG FIXES\n\n * Set bzr signature revision property during commit if possible.\n\n * Provide SvnWorkingTree._transport. (#264548)\n\n * Don't rely on cache when checking revision id during commit. (#230863)\n\n * Avoid pushing changes again when pushing new branch. (#203368)\n\n \ * Store text parents properly. (#260416)\n\n * Avoid leaking memory when attempting to open an invalid Subversion\n repository. (#262513)\n\n * Fix corner case corruption pulling from a svn repository that contains bzr-roundtripped\n \ revisions. (#260416)\n\n * Upgrade tags as well during svn-upgrade.\n\n \ * Correctly detect prefix when repository root is URL root (#303292)\n\n * Fix removing file properties. (#304866)\n\n * Fix canonicalization of paths to svn_ra_diff(). (#304894)\n\n INTERNALS\n\n * Remove custom commit code for working tree.\n\n + Standard commit code provides commit notification. (#79333)\n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/bzr-svn' unixtime: '1235028848' user: epg