vote up 0 vote down star

I have a workspace that is lost forever. I have some files checked out from this workspace. I want to unlock them but I can't. I tried to do:

TF UNDO $/MyProject/MyFolder/MyFile.cs /WORKSPACE:LOST;user /s:http://mysite:8080

But I got this message:

The workspace LOST;user is not on this computer. Run get (get all if edits were undone) on the computer hosting that workspace to update it with the change s that have been made on the server.

Does exist any way to undo a file (not every file) checked out by unavailable workspace?

flag

58% accept rate

2 Answers

vote up 3 vote down

If the workspace is lost, then I would just delete it. Deleting it undoes any changes that were made in it.

tf workspace /delete WorkspaceName;WorkspaceOwner
link|flag
my real need is to undo a file checked out by a temporary unavailable workspace – Ricibald Apr 16 at 15:07
vote up -1 vote down

If you really only want to undo the pending change to a file...

tf undo /workspace:OtherUserWorkspace;OtherUser $/Project/ItemName.cs /s:http://yourtfsserver:8080

link|flag

Your Answer

Get an OpenID
or

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