Is it acceptable/good to store binaries in SVN?
The two common reasons you may want to store binaries in a Version Control System are (written in 2009): store external third-party libraries. Usually one stores them into a Maven repository, but to store them into SVN allows you to have one and only one referential for all your need: get your sources, and get … Read more