Tagged Questions
5
votes
2answers
317 views
How to open-source a project whose git repository has copyrighted media in the history?
I want to release an audio fingerprinting software project under a free license, but the repository contains copyrighted audio files. The test cases also currently use these files. How do I release ...
4
votes
3answers
306 views
Dependent on CVS tagging for automated builds
My current work relies on using tags in CVS for an automated build process (ANT currently) to build for respective environments (development, QA, production). From our research, neither Git or ...