Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 8-SEP-1994 16:50:26.33 From: FLAMBE::"[email protected]" "08-Sep-1994 1648" To: [email protected] CC: Subj: How do I cancel a patch I started, and delete its sandbox? I had been working on a modification to be shipped as both a patch and a change to the main code pool, currently intended to be gold minor. The original work had been done in a sandbox backed by the gold support tree. I had done a bco of the file being changed, and then did a bcs -u to release my lock. When I tried to delete the sandbox with a mksb -undo, it failed claiming the file I had done the bcs -u was still "active" and thus the sandbox could not be released. Can someone tell me what I need to do to finish cleaning up after aborting the patch, and allow me to properly delete the patch sandbox? Thanks everyone, Marc
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
937.1 | Re: How do I cancel a patch I started, and delete its sandbox? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Sep 14 1994 13:22 | 14 |
Date Of Receipt: 8-SEP-1994 17:01:31.37 From: FLUME::jmcg "Jim McGinness" To: [email protected] CC: odehelp@DEC:.zko.flume Subj: Re: How do I cancel a patch I started, and delete its sandbox? Before it lets you destroy a sandbox, ODE checks the sandbox for files that have the sandbox name on one of their branches by looking at the sandbox's set files. You need to do a "bcs -o -all" to outdate all of these dregs before it will let you destroy the sandbox. Just unlocking the files is insufficient, if you've done any checkins. -- jmcg |