How to maintain different settings files in TFS
- by aggietech
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!