Relative Content

Tag Archive for version-control

Approaches to manage related binary files, apart from code [duplicate]

This question already has answers here: Binaries in source control (12 answers) Closed 11 years ago. I’m working on a website for a photographer, the whole code is just a few files, and whole repository is a few MBs without the actual photographs. But, when I add the actual photographs to git and commit, then […]

Any reasons not to use multiple version control systems?

I’m working on a project which uses GIT as the main version control system for trunk, the official branches and most sub-projects/unofficial branches. As such, I want to make my own branch use GIT to allow the rest of the community to access my branch using the system they know.