Author Topic: What is the difference between shelve and check in in source control?  (Read 26124 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
Shelved means the changes are set aside for you to work on later.

Checked in means that the changes are made available to the rest of the team, will be in the build and will eventually ship.

Very different. Think of shelving as a tool for context switching when you're not done with a task. Checking in means you're done (at least a part of it).

You can shelve your changes at the end of the day if I you are working in something big that you can't check in. That way, if your PC dies overnight, you have got a backup on the server.

Offline helen07

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • java developer
Re: What is the difference between shelve and check in in source control?
« Reply #1 on: August 26, 2010, 05:04:23 AM »
Thank for your explanation. I now understand.


Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
Re: What is the difference between shelve and check in in source control?
« Reply #2 on: August 26, 2010, 10:26:55 AM »
Welcome Helen.
Thanks for your reply.