Changes between Version 2 and Version 3 of Ticket #2551, comment 22
- Timestamp:
- 2015-11-05T11:09:10Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2551, comment 22
v2 v3 2 2 3 3 Alice downloads version x from Bob, then uploads versions x+1 followed by x+2. 4 The metadata `` last_downloaded_uri`` will be set to URI of version x.4 The metadata ```last_downloaded_uri``` will be set to URI of version x. 5 5 Ada downloads version x+2 from Alice. 6 Ada uploads version x+3, setting the `` last_downloaded_uri`` in the metadata to URI of x+2.7 Bob downloads version x+3 and sees it as a conflict because `` last_downloaded_uri`` is set to URI of x+2 and is not equal to Bob's ``last_uploaded_uri`` which is the URI of version x.6 Ada uploads version x+3, setting the ```last_downloaded_uri``` in the metadata to URI of x+2. 7 Bob downloads version x+3 and sees it as a conflict because ```last_downloaded_uri``` is set to URI of x+2 and is not equal to Bob's ```last_uploaded_uri``` which is the URI of version x. 8 8 9 9 We should be able to solve this if we change our data model to include file history. This would simultaneously resolve #2565