decent cache format
Bug #520694 reported by
Alexandr Litjagin
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned | ||
Bazaar Hg Plugin |
Triaged
|
Low
|
Unassigned | ||
Bazaar Subversion Plugin |
Triaged
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
bzr-svn needs a new cache format, preferably based on standard bzr data formats. The current formats have some disadvantages:
* tdb: not available on windows
* large files
* sqlite: only one writer
* extra dependencies
* hard to pull across from another machine
The data doesn't have to be changed and can be thrown away if there's a reason for it - once the information for one revision is known it won't change.
Related branches
affects: | bzr → bzr-svn |
Changed in bzr-git: | |
status: | Triaged → In Progress |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-git: | |
status: | In Progress → Triaged |
Changed in bzr-git: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
Changed in brz-git: | |
importance: | Undecided → Low |
status: | New → Triaged |
affects: | brz-git → brz |
tags: | added: git |
To post a comment you must log in.
the iter_inventories() bug has been fixed.