TFS for version maintainance

Posted by GreenEggsAndHam on Stack Overflow See other posts from Stack Overflow or by GreenEggsAndHam
Published on 2010-05-17T20:30:10Z Indexed on 2010/05/17 20:40 UTC
Read the original article Hit count: 159

Filed under:
|

I am part of a team that releases versions of our software 4-5 times each year to our customers. We maintain the previous 2-3 versions of our product by correcting any errors that we come across in later versions. We are using TFS 2008 for source control and are trying to find the best way of maintaining the older versions.

We currently create a branch of our application each time we do a new version, but we are looking for a good way to update old versions more easily. For example, we complete 9.5 but two weeks after we created the branch and are working on 10.0, we realize that 9.5 has an error. We currently make the change in version 10.0 and then open 9.5 to make the change again. Is there anyway of automating this?

Thanks!

© Stack Overflow or respective owner

Related posts about tfs

Related posts about version-control