Creating project tree structure, how?

Hi all,
i've got installed TFb3, now i want to make a structure for our projects. How could i create something like this:

tf
|
|-Company_A-
| |-Project_Aa-
| | |-subproject_Aaa
| | |-subproject_Aab
| |
| |-Project_Ab-
| |-subproject_Abc
|
|-Company_B-
|-Project_Ba-
| |-subproject_Baa
| |-subproject_Bab
|
|-Project_Bb-
|-subproject_Bbc

forgot to say that all sources will be placed insubprojects, coz all companyes and projects would be anly names (in tf source control) but not in SharePoint (i'd like to have them all, to get a nice stuctured Sharepoint site)
or is the other new phylosophy pro creating project trees?

Thank you in advance

[952 byte] By [dkmsdn] at [2007-12-17]
# 1
Can you tell more on how the teams need to work together cross company?
Furtheremore, just to clearafy: you only want one portal site for both companya and b and corresponding subtrees?

How would the rights look like in these projects and would both companies and all projects have the same roles and responsibilities and therefore the same rights assigned?

This additional info can help deciding what strategy to take in creating one or more tfs projects (and corresponding rights assignments and portal sites)

Thanks,
Marcel

MarceldeVries at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...
# 2
All we are double company in one office, each company has their own projects. About how the teams need to work toghether will decide boss and i'll create teams inside of TF.
I imagine sharepoint like this: one root (main site) page with link to those 2 companyes, on each company site there are links to company's projects, on each project -> link to subproject

Source control: a tree like that above (almost the same tree we have in old VSS database)
Should i do branching? don't think it's right function... I tried it:

made a project called ROOT and then tried to make a 2 branches from root called company1 and company2, but it doesn't seem to be a branched tree as a result. All i see, in both Source Control Explorer and Team explorer tree, is 3 projects one by one - not branched tree :(

How could i achieve that what i'd like?

Thank you in advance

dkmsdn at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...
# 3
In TFS, the top level directories under $/ are Team Projects that you create using the New Project Creation Wizard (right click on a server in Team Explorer and choose New Team Project). If you create Company_A and Company_B as team porjects, Project_Aa, etc. will all be regular folders. That may work just fine for you.

You could also create Team Projects called Company_A_Project_Aa, Company_A_ProjectAb, Company_B_Project_Ba, and so on. That would mean that you have a Team Project for each of your projects. If you want a separate Team Project for each, that would be the way to go.

Buck

BuckHodges at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...

Visual Studio Team System

Site Classified