vote up 4 vote down star
2

I'm using Team Foundation Server 2008 (SP 1) and I need to move multiple files from one folder to another (to retain file history). In addition to Team Explorer (with SP 1) I've also got the latest TFS Power Tools (October 2008) installed (for Windows Shell integration).

Now, the problem is that I can't seem to select and move multiple files via either the shell or the Source Control Explorer window. I can move individual files (by right clicking + "Move") and I can move whole folders (same operation) but when I select multiple files (in a folder) the "Move" context item is grayed/disabled.

Does anyone know if this is possible.. and if not.. why not!?

Can anyone suggest a workaround which isn't overly complicated?

flag

78% accept rate

2 Answers

vote up 5 vote down

Use the tf.exe tool from the Visual studio commandline - it can handle wildcards:

tf.exe move <olditem> <newitem>

Example:

tf.exe move $/MyProject/V* $/MyProject/Archive
link|flag
Thanks, I'll give this a try! – Rob Sanders Apr 21 at 22:20
vote up 0 vote down

You can move them in Visual Studio solution explorer.

link|flag
Yeah the problem there is that it's like a cut and paste - you lose the file history as it tells TFS to "add" and "delete" the files rather than moving them – Rob Sanders Apr 21 at 22:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.