What is Shelving in TFS?

后端 未结 8 1585
太阳男子
太阳男子 2020-12-02 03:42

Is shelving in TFS merely a soft checkin so other team members can see the source code?

i.e. the shelved code will not be compiled right?

8条回答
  •  醉梦人生
    2020-12-02 04:12

    That's right. If you create a shelf, other people doing a get latest won't see your code.

    It puts your code changes onto the server, which is probably better backed up than your work PC.

    It enables you to pick up your changes on another machine, should you feel the urge to work from home.

    Others can see your shelves (though I think this may be optional) so they can review your code prior to a check-in.

提交回复
热议问题