简体   繁体   中英

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.

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.

Rody has a good answer, but here is another hack way to do it.

If you delete all the .vspscc files and then reload the solution it should prompt you saying that it cannot find all the source control information, and one of the options from that is to work disconnected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM