Ask HN: Branching File Systems?

2 points | by mikewarot 7 hours ago ago

3 comments

  • evanjrowley 4 hours ago ago

    WebDAV theoretically supports file versioning, but quality across implementations varies: https://datatracker.ietf.org/doc/html/rfc3253

  • Someone 6 hours ago ago

    I think “writable snapshot” is (close to) what you’re after. I think they always encode the ‘branch name’ in the file path, but if you don’t do that, how would you refer to them?

  • nullindividual 6 hours ago ago

    NTFS has Volume Shadow Copies. It’s a bit different since they’re scheduled snaps.

    SharePoint closely mirrors NTFS behavior which does do versioning on every change.