How good is Subversion at storing lots of binary files? [closed]
In my previous company we setup Subversion to store CAD files. Files upto 100 MB were stored in Subversion. If many people ‘add’ big files to Subversion webserver can be a bottleneck. However, incremental commits were perfectly ok. Subversion stored ‘binary delta’. In fact, on server side, binary and text files are treated exactly same … Read more