1.

Is There A Way To Pull Two Copies Of A Single Solution From Tfs 2010 For The Same User/machine?

Answer»

You can have multiple copies of a single SOLUTION either by having multiple BRANCHES in TFS or by setting up different WORKSPACES.

The branches are good for when you need to be able to check in code for both copies of the solution, and have other people work with it too.

I use the multiple workspaces when I need to have a last good state of the code on my dev BOX while at the same time and still working on NEW features.

You can have multiple copies of a single solution either by having multiple branches in TFS or by setting up different workspaces.

The branches are good for when you need to be able to check in code for both copies of the solution, and have other people work with it too.

I use the multiple workspaces when I need to have a last good state of the code on my dev box while at the same time and still working on new features.



Discussion

No Comment Found