Comment by π stack
Re: "@clsiebold PRISM VCS sounds like an interesting projectβ¦"
Like I said it's likely my own stupidity. I can't remember the details, but I think I tried to see something in a snapshot, and by the time I was done I lost a bunch of data.
That largely coincided with the end of my attempt to use FreeBSD as I got tired of working hard to get simple things to work. My needs are generally minimal, and I don't want to 'learn to be a sysadmin'...
2025-02-24 Β· 1 year ago
Original Post
@clsiebold PRISM VCS sounds like an interesting project which I'll be keeping an eye on. I just had a thought though as to whether using the ZFS filesystem and tooling could be used to knock up a rudimentary VCS where each project was a distinct ZFS volume and each commit was essentially a snapshot. Mounting two snapshots could be used to generate diffs and branches could perhaps be handles through some kind of metadata file or sqlitedb that associated branches with snapshots. ZFS would bring...