Expand description
Structs§
- CopyCLI
- CLI for
xvc file copy
.
Functions§
- cmd_
copy - Entry point for
xvc file copy
command. Copies a file (and its records) to a new location in the repository - get_
copy_ source_ dest_ store - Build a store to match destination path entities with source path entities.
It creates the destination entities with [
XvcRoot::new_entity()
] if they are not already found.stored_xvc_path_store
andstored_xvc_metadata_store
are loaded withXvcRoot::load_store
, andsource_xvc_paths
andsource_xvc_metadata
are the results of [targets_from_disk
].