Developers Heaven Forum

General => General Discussion => Topic started by: admin on December 16, 2009, 02:29:24 PM

Title: What is the difference between shelve and check in in source control?
Post by: admin on December 16, 2009, 02:29:24 PM
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.
Title: Re: What is the difference between shelve and check in in source control?
Post by: helen07 on August 26, 2010, 05:04:23 AM
Thank for your explanation. I now understand.

Title: Re: What is the difference between shelve and check in in source control?
Post by: admin on August 26, 2010, 10:26:55 AM
Welcome Helen.
Thanks for your reply.