[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rd OriginalRefName DuplicatedRefName
rc
function is used to duplicate a ref. A new ref is added by
copying another. Tasks, jobs, conditions, task dependencies, job dependencies and
rules are copied. The parameters are the name of the original ref and the name
of the new ref.
rd
is use to duplicate the referential. A new referential `myref_v2' is
created by copying `myref_v1'. rtl
is used to verify that
three tasks are automaticaly created in the new referential.
$ dio87d -d $ dio87c ra myref_v1 $ dio87c rta myref_v1 mytask1 $ dio87c rta myref_v1 mytask2 $ dio87c rta myref_v1 mytask3 $ dio87c rtl myref_v1 mytask1 mytask2 mytask3 $ dio87c rd myref_v1 myref_v2 $ dio87c rtl myref_v2 mytask1 mytask2 mytask3 $ |