<< October 13, 2005 | Home | October 15, 2005 >>

Shelving in Subversion

Shelving Subversion - The new Visual Studio Team System supports what it calls 'shelving' - a practice of considerable utility in an agile world, in my opinion. The idea being that maybe you're working on something, have a bunch of modified code on your machine, but you can't finish it right now, and you need to work on something else. So you put your changed code "on the shelf" and go back to the main code line. If youy want to do that in subversion, here's the recipe. Pretty straightforward.

Read more...