Thadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 年前Version Controllemmy.blahaj.zoneexternal-linkmessage-square57linkfedilinkarrow-up1390arrow-down115
arrow-up1375arrow-down1external-linkVersion Controllemmy.blahaj.zoneThadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 年前message-square57linkfedilink
minus-squaremcmodknower@programming.devlinkfedilinkarrow-up1·1 年前Isn’t that just git with more steps and harder to share?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·1 年前It’s equivalent to cp -r, but: the copy is read-only reuses unchanged files easier to share (btrfs sub send)
minus-squaremcmodknower@programming.devlinkfedilinkarrow-up1·1 年前Sounds just like git (unless you do some special operations to change the copies)
minus-squaremagikmw@lemm.eelinkfedilinkarrow-up1·1 年前With properly configured subvolumes, I’ll allow it.
btrfs sub snap -rIsn’t that just git with more steps and harder to share?
It’s equivalent to
cp -r, but:btrfs sub send)Sounds just like git (unless you do some special operations to change the copies)
With properly configured subvolumes, I’ll allow it.