Live data from Hacker News

Show HN: Folio for Mac – Simple version control app for designers based on Git

folioformac.com

11–14 of 14 posts

Re: Show HN: Folio for Mac – Simple version control app for designers based on Git

#11
post #6
post #4

With binary files and git, am I saving all the previous versions in the tree locally (which could get huge fast), or just the diffs?

Binary diffs. But depending on the file, it might not really be of much help (I know for a fact that Adobe premiere projects for example are nearly completely different every time you save).

Folio uses git internally and as such is based on binary diffs. To tackle the issue of an ever-growing repository, we're looking into integrating git-lfs which supports offloading blobs from the repository.

Re: Show HN: Folio for Mac – Simple version control app for designers based on Git

#14
post #11
post #6

Earlier quoted context omitted.

Binary diffs. But depending on the file, it might not really be of much help (I know for a fact that Adobe premiere projects for example are nearly completely different every time you save).

Folio uses git internally and as such is based on binary diffs. To tackle the issue of an ever-growing repository, we're looking into integrating git-lfs which supports offloading blobs from the repository.

So is there a way to achieve collaboration? if this is based on binary diffs, can we still have merging?
Post reply on HN