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

overwritten files are displayed as duplicated files #32

Open
clkao opened this issue Jun 10, 2016 · 3 comments
Open

overwritten files are displayed as duplicated files #32

clkao opened this issue Jun 10, 2016 · 3 comments

Comments

@clkao
Copy link
Collaborator

clkao commented Jun 10, 2016

if you drag readme.md into hyperdrive, and then drag a different version of readme.md over again, you will see two readme.md, in both the owner's hyperdrive and replicated drive.

We should construct the correct filesystem taking overwrites into account.

@clkao
Copy link
Collaborator Author

clkao commented Jun 10, 2016

depends on holepunchto/hyperdrive#63

@okdistribute
Copy link
Owner

okdistribute commented Jun 11, 2016

ahh okay. so we'd do this by saying any file with the same name will override the older file

@juliangruber
Copy link
Collaborator

ahh okay. so we'd do this by saying any file with the same name will override the older file

if we didn't store files raw on disk but say in a content addressable storage, it would be possible two have two files with the same path, but yeah with fs as a backend same path should overwrite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants