How to maintain different settings files in TFS

Posted by aggietech on Programmers See other posts from Programmers or by aggietech
Published on 2011-01-05T14:55:44Z Indexed on 2011/01/05 14:58 UTC
Read the original article Hit count: 130

Filed under:

I'm currently working on integrating the TFS source control system at my work ... I run into one small problem ... I need different version of web.config (among other config files) for different branches (due to the environment that we're releasing the web application to). (for example - i don't want to merge the web.config file all the time even though there are differences ...)

Is there a good way to keep track of that (instead of manually diff-ing the files)?

thanks!

© Programmers or respective owner

Related posts about tfs