[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Shelving

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2004-09-26 08:48:25 CEST

"Ray Johnson" <Rayj@ingenio.com> writes:

> I believe the call it shelving. It is the notion that I could work on
> my working copy for a while & then "put it away" into the revision
> control system - with out actually checking it into the trunk.

To "shelve":

    svn cp . svn://snapshot-branch

Later, when you want to come back to it, run svn log -v
--stop-on-copy on snapshot-branch to find which revision it was
copied from. In a trunk working copy, do:

    svn merge svn://trunk@copy-from svn://snapshot-branch

Now you're right where you left off, except for the changes trunk
has seen since you left off.

--
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 26 08:48:53 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.