FG
💻 Software

Version control for binary files?

Fresh5 days ago
Mar 15, 202631339 views
Confidence Score0%
0%

Problem

Is there a good version control system for binary files? I would like to be able to use VC with things like photos and Word documents. I know some existing systems such as Subversion and Git support binary files, but I've read that they have lots of quirks and performance problems, so I'd rather us…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Version control for binary files?

Low Risk

Maybe there were performance problems in older versions, but subversion is great when it comes to binary files. I believe it only stores deltas, so you should be fine with the size restriction. Keep in mind that it also depends on the formats used. …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment