pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bzr-svn



Module Name:    pkgsrc
Committed By:   epg
Date:           Wed Mar 18 06:06:12 UTC 2009

Modified Files:
        pkgsrc/devel/bzr-svn: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/bzr-svn/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/bzr-svn/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/bzr-svn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index