in reply to Revisioning systems and the lackof

Anyone who is not sure what the value of a source control system is should consider this scenario: you have software in production which you now need to both support with emergency bug fixes and also create a major new version of for release in three months time. How will you get any fixes on the maintenance branch merged into the new development branch? With a system like Subversion, this is pretty easy. Without it, you have a lot of manual diff and merge operations ahead of you.