bob
bob

Reputation: 1

How do I copy a project out of TFS

I want to copy a project out of TFS so I can "stuff around" with it locally without affecting any of the server files. How do I do this?

Please answer this simple question

Upvotes: 0

Views: 252

Answers (1)

Robaticus
Robaticus

Reputation: 23157

Your local copy never affects the server copy of the files until you "check in" your results. Work with it as much as you want, locally, then, if you want to discard your changes, right click on the solution, and choose "Undo Changes."

Upvotes: 4

Related Questions