Hi All,
I am new to TFS , still trying to understand the concepts and features of TFS and this blog is been helping me alot. Today i have some Questoin about the structuring of the project. Below is the my Current proj structure.
PRJ_CONTROL
Internal_control
Development
Source
Script
Images
Main
Release
External_Control
Development
Main
Release
In above scenario each developer creates its own branch from Development for the project they are assined and when they are done they check-in the code into Development branch having same directory structure under development. And from Development we merge into Main branch for testing,and once the testing is done we create a branch from Main to Release. Both Internal and External subgroup are independent and have no dependencies at all. We want One solution for each Sub group(Internal,External).
So Question I have is
1. wht should be the location of my solution file so that we have one solution for each group?
2. am I going to need solution for each branch(main,dev,release) aswell for build?
3. is creating branch from dev for each developer going to create trouble in merge conflicts in solution file under evelopement branch if yes then wht can be done.
I have more questions too, but I gues these are enough for anybody to answer maybe it wil also answer my other questions too.
Basically how should I structure it acording to this scenario. I have read books a lot but they are not clear enough. Any suggessions would help. I guess there must be a lot of other members new who are new to TFS and face this kind of trouble and this could be a good example for someone else as well , Please reply ASAP.
Thanks