Journalled upload
Bug #326302 reported by
Petr Viktorin
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Triaged
|
Wishlist
|
Unassigned | ||
bzr Upload plugin |
Triaged
|
High
|
Unassigned |
Bug Description
Currently, if the connection is lost in the middle of an upload, the remote tree easily can be left in a state that forces the user to upload the whole tree. It would be nice if bzr-upload was able to recover from network errors.
Also, the list of changes should be prepared before the actual upload, so unsupported features (such as symlinks, bug #214825) can fail the upload before the remote tree is touched.
Also, the upload of data should be separated from modifying the tree, to reduce the time the remote tree (usually a live website) is in an inconsistent state.
This all could be solved by a more complex uploading strategy.
Related branches
Changed in bzr-upload: | |
status: | New → Confirmed |
Changed in bzr-upload: | |
importance: | Undecided → Medium |
importance: | Medium → High |
Changed in bzr-upload: | |
status: | Confirmed → Triaged |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
tags: | added: upload |
To post a comment you must log in.
The attached branch should pass all existing tests, but resuming failed uploads isn't tested.