Contents tagged with tfs

  • Shelves in SVN, GIT, Bazaar, etc.

    This week, I am watching some screencasts about TFS and heard about shelves. Googled about this feature in SVN, GIT, Bazaar, etc. and in most links returned people recommends creating a shelves folder and a folder for each team member inside the shelves folder, which is good. The problem is that people recommend checking out from trunk directly to shelves subfolders, but I think it is not the way to go because when team need to synchronize unfinished changes they have to check in to trunk and having unfinished (defective) code on trunk is not acceptable, at least for me.