TFS 2010 Branch Across Team Projects - Best Practices

前端 未结 5 1700
再見小時候
再見小時候 2020-12-01 05:24

I\'m having issues understanding how to configure TFS according to best practices as provided by the TFS Ranger team. The issue is such:

My company has several produ

5条回答
  •  庸人自扰
    2020-12-01 06:08

    If you want to share common code then you can try the following solution:

    Go to File->Source Control->Add Project from Source Control...

    This will pop up a dialog allowing you to add a project from elsewhere in source control.

    Once you get into sharing projects like this, it's worthwhile getting a bit robust in your source control structure.

    One thing I notice is that if you make changes to the common code then it will not be automatically checked out. So it's kind of similar to referencing the projects difference is that it works in the TFS as well.

    Original answer

提交回复
热议问题