Tagged Questions
2
votes
2answers
261 views
How to separate development process and configuration management aspects of SVN?
I am looking into an alternative for the combined utilities of SVN, as both a development tool and configuration management tool. Instead, I would like to investigate the approach of having a ...
5
votes
4answers
696 views
Is using SVN for development and CM a bad practice?
I have a bit of experience with SVN as a pure programmer/developer. Within my company, however, we use SVN as our Configuration Management (CM) tool. I thought using SVN for development at the same ...
4
votes
3answers
315 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 ...