Module carry_in

Source
Expand description

Crate for xvc file carry-in command.

The command is used to move (commit) files to Xvc cache. It is used after xvc file track or separately to update the cache with changed files.

Structs§

CarryInCLI
Carry in (commit) changed files/directories to the cache.

Functions§

carry_in
Move targets to the cache if there are any content changes, or if force is true. Returns the store of carried in elements. These should be rechecked to the remote.
cmd_carry_in
Entry point for xvc file carry-in command.