Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clean checkout from TFS 2008

I want to pass a project to a colleague without SCC bindings to avoid accidental changes in my repository.

Is it possible to do a clean checkout from a TFS 2008 repo? I'm going crazy finding such an option in VS2008.

Thanks in advance.

like image 574
Luis Medel Avatar asked Nov 05 '22 12:11

Luis Medel


1 Answers

I don't think this is possible. As far as I know TFS does not contain an export like functionality as SVN does.

You can do a hard "unbind" However as:

File -> Source Control -> Change Source Control and then unbind and/or disconnect all projects and the solution.

But watch out this will remove the bindings from the solution and project files.

like image 186
Rody Avatar answered Nov 13 '22 04:11

Rody