Is there any way to easily create a workspace, based on a pre-existing "template" one? ...or some other way of creating workspace on behalf of others?
|
|
|
|
|
|
|
you can create a workspace using a command script using the tf workspace command. Then you can map work folders using the tf workfold command. The workspace command has a /template option For example: to create a workspace for someone
then create a new one based on the template
to map a folder:
|
||||||||||
|
|
|
You can also copy and paste the workspace mappings from one workspace into another.
You can also paste the mappings into Notepad, update them and, copy and paste them back into the workspace editor. The format you'll see in notepad: : Example: $/TeamProj1/Trunk/: C:\TFS\WorkingFolder\ |
||
|
|
