Moving a shelveset

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
bmaw
Posts: 6
Joined: Mon Jun 06, 2016 1:49 pm

Moving a shelveset

Post by bmaw » Mon Jun 06, 2016 2:01 pm

I am wondering if there is a way to move a shelveset to a branch?

I have a set of changes that I am working on that made me decide that I should create a new branch. I would like to shelve those changes, create a new branch, and then copy or move that shelveset to the newly created branch. Is this possible? Any suggestions on the best way to go about doing this?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Moving a shelveset

Post by Beth » Tue Jun 07, 2016 7:34 am

Shelvesets are tied to their original location.

You could move your changes with the following steps.

1. Unshelve the changes to the original location.

2. Check out the files in the branch location that correspond to the changed files in the shelve.

3. In Windows File Explorer, copy the changed files into the branch location.

4. The files in the branch location should now show up as edited, and you can check them in or continue working.

5. Perform an undo check out in the original location.
Beth Kieler
SourceGear Technical Support

bmaw
Posts: 6
Joined: Mon Jun 06, 2016 1:49 pm

Re: Moving a shelveset

Post by bmaw » Tue Jun 07, 2016 7:41 am

That was going to be my plan, but I figured I would check if there was an automated way to do it. Thanks.

Post Reply