Changes between Initial Version and Version 2 of Ticket #12891
- Timestamp:
- Aug 16, 2017, 5:55:01 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12891
- Property Status assigned → closed
- Property Resolution → fixed
-
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`.