Edgewall Software

Changes between Initial Version and Version 2 of Ticket #12891


Ignore:
Timestamp:
Aug 16, 2017, 5:55:01 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in r16244 and r16245. I'll propose additional related changes later on, probably for milestone:1.5.1.

Documentation updated in 1.3/TracEnvironment@2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12891

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #12891 – Release Notes

    initial v2  
     1* Removed `repostype` and `repospath` arguments from `trac-admin` `initenv` command.
     2* All cached repositories are synchronized on environment creation.
  • Ticket #12891 – API Changes

    initial v2  
     1* `Environment.create` raises a `TracError` if the base directory of the `path` does not exist or the `path` is not an empty directory.
     2* `RepositoryManager.get_real_repositories` returns a sorted `list` rather than a `set`.