Skip to main content

移动Repository Entry

Synopsis

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

Description

Moves an entry to a new parent folder. If destination references a folder, the source entry is moved 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 moved

Destination

Destination for move action

Overwrite

Overwrite elements at move destination?