Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The general name for that feature is:</p> <p><strong>Shelving</strong>: the ability to actually upload intermediate revisions to the server without really checking them in.<br> In a CVCS (Centralized VCS), you actually need to upload those intermediate data to a central server.<br> But in a <a href="https://stackoverflow.com/questions/2563836/sell-me-distributed-revision-control/2563917#2563917">DVCS (Distributed VCS)</a>, you just need to store them in a the local repository.</p> <p>There is:</p> <ul> <li>the <a href="https://www.mercurial-scm.org/wiki/ShelveExtension" rel="nofollow noreferrer">shelve extension</a> for Mercurial</li> <li><a href="https://stackoverflow.com/questions/1554278/temporarily-put-away-uncommited-changes-in-subversion-a-la-git-stash">temporary branches for SVN</a>, or <a href="http://www.benrady.com/2009/09/svn-replacement-for-git-stash.html" rel="nofollow noreferrer">patch files</a></li> <li><a href="http://public.perforce.com/wiki/P4tar" rel="nofollow noreferrer">p4tar</a> (again patch based) for Perforce, even though the <a href="https://stackoverflow.com/questions/2104184/is-there-an-equivalent-to-git-stash-in-perforce/2105898#2105898">Perforce 2009.2 has now shelve and unshelve features</a>.</li> <li><a href="http://codicesoftware.blogspot.com/2006/11/branching-and-shelving.html" rel="nofollow noreferrer">saved checked-out data in Plastic SCM</a> (for shelving data)</li> </ul> <p>You can find all the other SCM shelving commands in this <a href="http://en.wikipedia.org/wiki/Comparison_of_revision_control_software#Advanced_commands" rel="nofollow noreferrer">SCM comparison table on Wikipedia</a>.</p> <ul> <li>Accurev: <del>keep / co</del> (this is disputed <a href="https://stackoverflow.com/q/19765112/6309">in this question</a>)</li> <li>Bazaar: shelve / unshelve</li> <li>Darcs: revert / unrevert</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload