Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File list merge cases #16

Open
derhofbauer opened this issue Jan 8, 2018 · 0 comments
Open

File list merge cases #16

derhofbauer opened this issue Jan 8, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@derhofbauer
Copy link
Owner

When walking through local and server file list and determining what to do a few cases have to be handled:

  • File/Folder exists locally but not on server: Upload file/create folder on server
  • File/Folder exists on server but not locally: Download file/create folder locally
  • File exists on both ends but is newer* locally: upload file overwriting file on server
  • File exists on both ends but is newer* on server: download file overwriting local file
  • File exists in both ends and has conflicting changes: figure out whether Dropbox handles this case

*) "newer" in this cases means edited more recently

@derhofbauer derhofbauer added this to the v1.0 milestone Jan 8, 2018
@derhofbauer derhofbauer self-assigned this Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant