views:

26

answers:

1

Hi all,

According to here and here TFS 2010 does not allow multiple project collections to use a same Build Controller. Why? I'm going to setup some another more build controller as virtual machines. But it seems somehow not practical. Because our company is going to have several project collections. Is it a good work-around? Is there any better work-around except that using a single project collection for all projects?

Thanks in Advance

+2  A: 

There is a hack to use a single server as a build controller for multiple collections: http://blogs.msdn.com/b/jimlamb/archive/2010/04/13/configuring-multiple-tfs-build-services-on-one-machine.aspx

You should use a new collection when you want the isolation. Examples why you want it are:

  • Security
  • Handover
  • Isolation for multiple customers
Ewald Hofman