COMMAND:SCCS.RELDUMP
path: CATEGORY: > CATEGORY:NUWIKI > TECH:TIPS:PASSWORD > COMMAND:SCCS.RELDUMP
SCCS.RELDUMP
SCCS.RELDUMP, a part of Nucleus source code control provides a method for creating a controlled release of changes to a project or account. The build set created, will include ALL items previously released from source code control in the account (or attached project), which are not currently under modification. (A patch or limited release can also be created).
Attach the desired media (tape or floppy) while in the account you wish to distribute a source code release for, using the
appropriate system command (SET-DEVICE, T-ATT, T-SELECT, ASSIGN, etc).
T-REW
Then invoke SCCS.RELDUMP {ProjectName}
Syntax
SCCS.RELDUMP accountname {(options}
Or
SCCS.RELDUMP projectname {(options}
If using projectname, the project must be attached. See documentation on NUPROJECT
The arguments 'HXS' provide compatibility across most platforms (D3, mvBASE, universe)
Invoking SCCS.RELDUMP in an account does NOT require 'accountname' to be stated if the current account, is the account from which to create a release dump.
| Options | Description |
|---|---|
| T | Transfer - allows items from multiple accounts |
| HS | Header suppress |
| S | Header suppress |
| X | Forces compatability between platforms (dumps additional trailer blocks) |
| C | Compare the library and program copies |
| O | To dump "Object Only". It writes OBJECT and the SYSTYPE into the tape header so RELLOAD knows what it is dealing with. An Object tape can only be loaded on similar SYSTYPE's (i.e. UV-UV or D3-D3) |
| F | Flat dump – use when transferring to incompatible systems. This creates a series of flat files in the form dump1.asc … dumpN.asc in a named directory, as /tmp/flat in a unix based system, or as SCCS.RELDUMP C:\TEMP\FLAT FOR UV LJDEV (F for a Windows based system. |
| U | Unidata, Prime or QM format. Generally used in conjunction with the F option, as: SCCS.RELDUMP ProjectName (FU |
Notes
- If using projectname, the project must be attached. See NUPROJECT
- The arguments 'HXS' provide compatibility across most platforms (D3, mvBASE, universe)
- Invoking SCCS.RELDUMP in an account does NOT require the accountname to be stated if this is the account which is to be released.
- SCCS.RELDUMP will create a build set of all items that have been released from source code control. The build set parameters will be found in SCCS,LISTS
Operational notes
A display of the beginning of the reldump procedure might appear as:
Build Number: 1.0p1 09/30/1999Changes and releases to pw.prog since return from california
'n' for no change
'p' for next patch level
'q'uit
[ENTER] for automatic assignment P
Description of build
Added fix to ISUB,S SUBS.ORDER.CONFIRM, and SUBR.INV.TRAN.UPD
Working on Build: 1.0p2 for PW.PROG