Changes between Version 2 and Version 3 of Ticket #2551, comment 22


Ignore:
Timestamp:
2015-11-05T11:09:10Z (9 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2551, comment 22

    v2 v3  
    22
    33Alice 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.
     4The metadata ```last_downloaded_uri``` will be set to URI of version x.
    55Ada 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.
     6Ada uploads version x+3, setting the ```last_downloaded_uri``` in the metadata to URI of x+2.
     7Bob 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.
    88
    99We should be able to solve this if we change our data model to include file history. This would simultaneously resolve #2565