# IT:AD:TFS/VC:HowTo #
* [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} * Configuration: * [[IT/AD/TFS/VC/HowTo/Setup VisualStudio]] * [[IT/AD/TFS/VC/HowTo/Join TFS]] * [[IT/AD/TFS/VC/HowTo/Create a Workspace Mapping]] * Project Configuration: * [[IT/AD/TFS/VC/HowTo/Setup Branch and Merge Strategy]] * [[IT/AD/TFS/VC/HowTo/Change Workspace Permissions]] * [[IT/AD/TFS/VC/HowTo/Add a new Team Member]] * Working with files * [[IT/AD/TFS/VC/HowTo/Exclude a File]] * [[IT/AD/TFS/VC/HowTo/Exclude Files from being checked in]] * [[IT/AD/TFS/VC/HowTo/How to work with Nuget]] * [[IT/AD/TFS/VC/HowTo/Add Dll's, etc. that are usually excluded]] * [[IT/AD/TFS/VC/HowTo/Check in, replacing what's already there]] <- Worth knowing... * Working with Shelves * [[IT/AD/TFS/VC/HowTo/Create a ShelveSet]] * [[IT/AD/TFS/VC/HowTo/Retrieve a ShelveSet]] * Troubleshooting: * [[IT/AD/TFS/VC/HowTo/Check Connection]] * [[IT/AD/TFS/VC/HowTo/Connect and work in someone else's WorkSpace]] * [[IT/AD/TFS/VC/HowTo/Access the TFS Web Site]] * [[IT/AD/TFS/VC/HowTo/Sign in to TFS Online]] * Task Management: * **[[IT/AD/TFS/VC/HowTo/Use Work Items]]**
## Issues ## Try this page: http://blogs.msdn.com/b/jmanning/archive/2006/02/20/diff-merge-configuration-in-team-foundation-common-command-and-argument-values.aspx ### Questions ### * Can I check out a folder, without child folders? * eg: `Proj/rc/` (so that I can add `Proj/rc/1.0`) without downloading all the 0.x series? * What happens when I delete local copies? * eg: have `Proj/rc/` with whole 0.x series, but I don't want all that in my hd, just newer 1.x series. What happens when I delete them? Exactly? Will I get prompted? what do I answer? What's the best way?