Next | Query returned 50 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2010-12-06 14:57:28 by Greg Troxel | Files touched by this commit (6)
Log message:
Change MAINTAINER on bzr packages.

With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
   2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205)
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
   2009-10-11 20:36:41 by Eric Gillespie | Files touched by this commit (2)
Log message:
bzr-svn 1.0.0					  2009-09-24

 PERFORMANCE

  * Avoid re-fetching the basis inventory during fetch. (Jelmer Vernooij)

 BUG FIXES

  * Generate valid inventory delta's when the root of a tree is replaced with an \ 
older
    copy of itself. (Jelmer Vernooij)

  * Hide backtrace for EAI_NONAME errors. (John Szakmeister)

  * Allow commits without an author. (Jelmer Vernooij, #434230)

  * Cope with extra arguments to Repository._check(). (Jelmer Vernooij)

  * Properly encode symlink targets when pushing. (Jelmer Vernooij)

bzr-svn 1.0.0rc1				  2009-09-20

 FEATURES

  * Mark as compatible with Bazaar 2.0. (Jelmer Vernooij)

 BUG FIXES

  * Cope with InProcessTransport errors during format probe. (Jelmer Vernooij,
															  #433803)

bzr-svn	0.6.5					 2009-09-01

 API CHANGES

  * Removed unused SvnRepository.find_children() function. (Jelmer Vernooij)

 FEATURES

  * Mark as compatible with bzr 1.18. (Jelmer Vernooij)
   2009-09-09 07:45:08 by Eric Gillespie | Files touched by this commit (4)
Log message:
bzr-svn 0.6.4					 2009-08-03

 BUG FIXES

  * Handle 404's being returned during http probe. (#402063) (Jelmer Vernooij)

  * Handle patch change requests that are too large without
    printing a traceback. (#394527) (Jelmer Vernooij)

  * Avoid printing backtrace on lock contention. (#401677) (Jelmer Vernooij)

  * Handle http servers returning 403 Forbidden to OPTIONS requests.
    (#399942) (Jelmer Vernooij)

  * Cope with http exceptions in the bzr-svn probe code a bit more
    gracefully. (Jelmer Vernooij)

 FEATURES

   * Implement custom "bzr send" format that matches the format used by
     "svn diff".  This is used by default when submitting diffs against
     Subversion branches.  (Lukas Lalinský, Jelmer Vernooij)

   * Provide hint about creating working trees in 'bzr svn-import'.
     (Jelmer Vernooij)

bzr-svn 0.6.3                    2009-07-17

 FEATURES

  * Pack relevant parts of the repository after fetch.

 CHANGES

  * Removed svn-branching-schemes help, because it's not relevant for new
    users and might be confusing for users looking at "bzr help topics".

 BUG FIXES

  * Fix CustomLayout.get_branches. (Closes: #388698)

  * Fix fetching of revisions with no commit message set to the 2a repository
    format.

  * Explain repository UUIDs in "bzr help svn-layout". (#391525)

  * Mark as compatible with bzr 1.17.
   2009-07-02 08:10:30 by Eric Gillespie | Files touched by this commit (3)
Log message:
Oops, print-PLIST seems to be broken!  Restore ${PYSITELIB} usage.
   2009-07-02 07:31:42 by Eric Gillespie | Files touched by this commit (1)
Log message:
Oops, forgot new patch.
   2009-07-02 07:26:46 by Eric Gillespie | Files touched by this commit (3)
Log message:
bzr-svn 0.6.2                    2009-06-18

  FEATURES

   * Integrated "bzr svn-serve" into "bzr serve --svn".

   * ``append_revisions_only`` now defaults to True, to prevent new users
     from accidently changing their Subversion mainline and upsetting their
     fellow committers. (#383777)

   * ``bzr svn-set-revprops`` has been folded into ``bzr reconcile``.

  PERFORMANCE

   * Avoid expensive fetching of tags just to figure out they are supported.

   * Only check paths that actually have file properties set for
     Bazaar revision id properties.

   * Reduced number of revisions analysed for repository layout from 2000 to
     300.

  BUG FIXES

   * Only look for file properties if there are actually new file properties.
     (#383414)

   * Repository.iter_inventories() is now implemented.

   * Tags.get_reverse_dict().has_key() is now implemented.

   * Tags.get_reverse_dict().iteritems() is now implemented.

   * Register Subversion smart server as first server control format,
     before the Bazaar smart client attempts to send POST to .bzr/smart over
     HTTP.

   * Support "bzr push --create-prefix". (#383778)

   * In authentication fallback, ignore schemes that can not be
     mapped to ports rather than erroring out. (#384813)

   * Cope with forbidden parts of the repository a bit better. (#261194)

   * Handle annotate after copies in Subversion. (#381523)

   * Support unicode characters in tag names. (#385813)

   * Support pulling older revisions that are direct ancestors of the current
     tip. (#386198)

   * "bzr svn-import --incremental" now handles resurrected branches \ 
correctly.
     (#383980)

   * Initial support for WorkingTree.apply_inventory_delta(). (#332107)

   * Support using parameter to Repository.find_branches(). (#388960)

bzr-svn 0.6.1                    2009-05-22

  BUG FIXES

   * Cope with credentials in shared connections sometimes being a direct
     dictionary.

   * Fix cache inspection after push when using the TDB database.

   * Prevent NoSuchRevision exception when pulling into a local branch that
     is ahead of the remote branch.

   * Avoid buggy LogWalker.find_latest_change(). (#378799)

   * Use xdg cache directory (~/.cache/bzr-svn usually) if the Python XDG
     module is available.

   * Handle hidden revisions properly during branch fetch.

bzr-svn 0.6.0                    2009-05-20

  FEATURES

   * New cache database based on TDB (http://tdb.samba.org/). This is
     significantly faster than the previous SQLite backend. The TDB
     backend will automatically be used if TDB is available; if not,
     the old SQLite database will be used.

     TDB allows multiple writers to the database. (#185200)

   * The version-info command now prints 'svn revno' and 'svn uuid'
     when used in Subversion checkouts.

   * The info command now prints the repository UUID and last committed
     revision number when used on Subversion repositories. (#320271)

   * Now registers a fallback credentials store, allowing
     Subversion credentials to be used for non-Subversion
     access. This is useful accessing http(s) URLs will
     always attempt to open using the native Bazaar formats
     first.

   * Better error when pushing to a (diverged) empty branch. Unfortunately
     "bzr push" masks this better error at the moment. (#354929)

   * New option ``warn-upgrade`` that can be used to turn off the
     warnings about slow servers. (#377949)

  PERFORMANCE

   * A custom reverse-tag dictionary implementation is now provided, making
     "bzr log" a lot faster since there's no need to find all tags \ 
beforehand.

  BUG FIXES

   * Support working copies with non-ascii characters in the
     base path. (#356845)

   * Fix handling of newlines in Bazaar revision properties round-tripped to
     Subversion file properties. (#360477)

   * utf8-encode basenames when looking up file ids in CHKInventories.

   * Handle root replaces when doing lightweight checkouts. (#352509)

   * Simplify finding local changes. (#370755)

   * Handle browsing of revisions outside of prefix in repository with
     branch container directories (e.g. project1/trunk, etc). (#343382)
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-16 17:21:04 by Eric Gillespie | Files touched by this commit (3)
Log message:
bzr-svn 0.5.4					2009-04-08

  BUG FIXES

   * Ignore spurious commits setting tags to the same revision. (#342824)

   * Fix compatibility with Python2.4.

   * Improve error message if subvertpy can't be found. (#345067)

   * Cope with spaces in branch paths. (#348439)

   * Properly deal with pointless commits when branching the
     repository root. (#348786)

   * dpush no longer sets custom bzr revision properties. (#351292)

   * Re-use passwords that have been prompted earlier. (#331073)

   * Fix compatibility with Bazaar 1.14.

  FEATURES

   * A new content filter "svn-keywords" is now supported and behaves like
     the svn:keywords Subversion file property.

   * Keywords and end of line properties in svn working copies are now honored.
     (#81463)

   * Support override-svn-revprops = svn:author=author to allow svn:author to be
     set to the author of a pushed revision rather than the committer. (#342979)
   2009-03-18 07:06:12 by Eric Gillespie | Files touched by this commit (3) | Package updated
Log message:
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.

Next | Query returned 50 messages, browsing 31 to 40 | Previous