Release management with a distributed version control system
- by See Sharp Cheddar
We're considering a switch from SVN to a distributed VCS at my workplace.
I'm familiar with all the reasons for wanting to using a DVCS for day-to-day development: local version control, easier branching and merging, etc., but I haven't seen that much that's compelling in terms of managing software releases. Here's our release process:
Discover…