Skip to main content

Copy Repository Entry

Synopsis

An operator to copy a repository entry to another repository location.

Description

Copies an entry to a new parent folder. If destination references a folder, the source entry is copied to that folder. If it references an existing entry and overwriting is not enabled (default case), an exception is raised. If overwriting is enabled the existing entry will be overwritten. If it references a location which does not exist, say, "/root/folder/leaf", but the parent exists (in this case "/root/folder"), a new entry named by the last path component (in this case "leaf") is created.

Input

input

Output

output

Parameters

Source entry

Entry that should be copied

Destination

Copy destination

Overwrite

Overwrite elements at copy destination?