Does TFS have the option to "Exclude Changes" in Visual Studio?

Team Explorer Everywhere has the ability to bucket pending changes into "Included Changes" and "Excluded Changes". I've found this helpful for various reasons, one of which is the ability to unshelve somewhat cleanly while keeping local changes separate. I can't find this same functionality in Visual Studio... does it exist? Thanks, Ben

Best Answer

  • Go to the pending changes window in Visual Studio, select the files you want to exclude, right click and click exclude changes. Should be the same format as TEE. UPDATE: I believe this is only true for vs2013

Answers

  • VS2010 and Teamprise use the old pending changes format. VS2013 and TEE have the new pending changes interface that you mention. The new pending changes interface unifies Git, TFS, SVN etc under one interface.