copy
suspend fun copy(srcRepo: String? = null, srcPath: String, dstRepo: String? = null, dstPath: String)
Copy file or directory into, from or between repositories
src_repo: Name of the repository from which file will be copied.src_path: Path of to the entry to be copied. Ifsrc_repois set, thesrc_pathis relative to the corresponding repository root. Ifsrc_repois null,src_pathis interpreted as path on the local file system.dst_repo: Name of the repository into which the entry will be copied.dst_path: Destination entry