You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: