smart server should update remote working trees
Bug #325355 reported by
Jelmer Vernooij
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
In Progress
|
Medium
|
Jelmer Vernooij |
Bug Description
affects bzr
The smart server should be able to update remote working trees if they
are present and report the changes back to the client, just like "bzr
pull" would.
--
Jelmer Vernooij <email address hidden> - http://
Jabber: <email address hidden>
Related branches
lp://qastaging/~jelmer/brz/hpss-working-tree-update
On hold
for merging
into
lp://qastaging/brz
- Breezy developers: Pending requested
-
Diff: 555 lines (+373/-11)11 files modifiedbreezy/bzr/bzrdir.py (+2/-2)
breezy/bzr/remote.py (+168/-2)
breezy/bzr/smart/branch.py (+1/-1)
breezy/bzr/smart/request.py (+6/-0)
breezy/bzr/smart/workingtree.py (+115/-0)
breezy/bzr/workingtree_4.py (+2/-2)
breezy/controldir.py (+3/-2)
breezy/tests/blackbox/test_push.py (+17/-0)
breezy/tests/test_remote.py (+54/-0)
breezy/workingtree.py (+2/-2)
doc/en/release-notes/brz-3.0.txt (+3/-0)
tags: | added: hpss |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
status: | Triaged → In Progress |
To post a comment you must log in.
How would this handle conflicts better than is possible from a normal push from a remote location?