0

Has anyone managed to use the Create Workspace from Template with a local path value replacement working?
I have set the local folder to C:\ROOT\ and then entered a folder name in the Local Path field when creating a workspace but it always creates the workspace with C:\root\ and doesn't replace using the path. The Source Control Folder path does accept ROOT and the Branch Path replaces this ok. Thanks in advance for your help.

John Corker
  • 192
  • 1
  • 10

1 Answers1

0

When you create template from original template, set the local folder to Z:\\ROOT\xx, check the screenshot below:

enter image description here

When create workspace from new created template, set local path to e:\ws\ (example), check the screenshot below:

enter image description here

Check the new created workspace setting:

enter image description here

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39
  • Thank you very much. Although you have just spelled out to me the instructions again I just realised while ROOT is replaced on a Server path, Z:\\ROOT is replaced on a local path. It was the Z drive part I was excluding in my trials previously which I have changed to get this working now. Thanks again! – John Corker Mar 21 '16 at 11:31