What is the best folder stucture in TFS for reporting service projects
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-04-27T21:04:54Z
Indexed on
2010/04/28
1:53 UTC
Read the original article
Hit count: 378
Hi,
I'm looking for some help on deciding a useful folder stucture strategy for reporting service projects in TFS. Does any one have some suggestions on which way I should stucture TFS? Should it be a project per report or should it be one Reporting project with multiple folders under the main that contain all the report projects?
i.e.
Senario 1 (separate projects for each report project)
$ReportProject1
$ReportProject2
$ReportProject3
Senario 2 (Main report project in TFS and subfolders with report projects)
$ReportingServices
------Src
---------Project1
-----------ReportProject1 files
---------Project2
-----------ReportProject2 files
---------Project3
-----------ReportProject3 files
© Stack Overflow or respective owner