I am moving the source code from the PureCM installation to the new TFS 2010 setup. I have .net projects for several solutions, and these projects share binary outputs with each other. In the pure CM world, these shared binaries were stored as “shared components.” Is there a “source code sharing” concept in TFS in Team Project? What ideas are best suited to achieve this in TFS?
my current proposed structure in TFS at the moment is as follows:
- http: // TFSServer / Development
- General (this is a team project)
- LocalResources-ProcessTasks-Branch
- LocalResources-Suite-Branch
- ExternalResources
- ProcessTasks (this is a team project)
- source
- Local resources (forked in shared> localResources-ProcessTasks-branch)
- Suite (this is a team project)
- Source Code -LocalResources (Branched to Shared> LocalResources-Suite-branch)
For each team project, the binaries go to a local folder (for example, LocalResources), and then for each such folder that should be shared, I create a branch in the joint command project. All binaries belong to the forked locations of the General project.
Now the problem is that all members of my team must have the Sharing project workspace in one place for this setting to work.
Any ideas how I can improve this setting?
Thanks in advance!
source share