I\'ve moved from TFS to SVN (TortoiseSVN) with my current company. I really miss the \"Shelve\" feature of TFS. I\'ve read various articles on how to \"Shelve\" with SVN, but I\
If you understand how SVN branches work, emulating Shelve in SVN is a no-brainer:
When you are ready to get back to your shelved changes ("unshelve"), simply merge the shelf branch back to your local copy.
If you don't know command-line SVN nor Tortoise SVN well enough to do the above, here's a super detailed step-by-step instruction on how to do it in Tortoise SVN:
http://server/repository/project1/branches/shelf1http://server/repository/project1/trunkSee this link for even more details and the command-line equivalent of the above:
Shelves in Subversion