JohannesH Asked: 2009-09-29 03:26:24 +0800 CST2009-09-29 03:26:24 +0800 CST 2009-09-29 03:26:24 +0800 CST Is it possible to rename a TFS workspace? 772 Is it possible to reaname a TFS workspace? If it is, how is it done? team-foundation-server 2 Answers Voted rudolf_franek 2012-04-14T03:25:56+08:002012-04-14T03:25:56+08:00 in the Visual Studio Command Prompt type tf workspace /newname:YourNewWorkspaceName YourActualWorkspaceName /noprompt (alternatively you can use the standard cmd line but then you need to locate tf.exe) Best Answer Martin Woodward 2009-09-29T04:44:34+08:002009-09-29T04:44:34+08:00 If it is your workspace, In Visual Studio, File, Source Control, Workspaces... Select the workspace you want to rename and press "Edit". Then edit the name and press OK.
in the Visual Studio Command Prompt type
(alternatively you can use the standard cmd line but then you need to locate tf.exe)
If it is your workspace, In Visual Studio, File, Source Control, Workspaces... Select the workspace you want to rename and press "Edit". Then edit the name and press OK.