I am part of a team that releases versions of our software 4-5 times a year to our customers. We retain previous 2-3 versions of our product, correcting any errors that we encounter in later versions. We are using TFS 2008 for version control and are trying to find the best way to support older versions.
We are currently creating a branch of our application each time we make a new version, but we are looking for a good way to update old versions. For example, we finish 9.5, but two weeks after we created the branch and are working on 10.0, we understand that error 9.5 has an error. We are currently making changes in version 10.0, and then open 9.5 to make changes again. Is there a way to automate this?
Thanks!
version-control tfs
GreenEggsAndHam
source share