Expand description
Defines the interface for the working copy. See LocalWorkingCopy
for the
default local-disk implementation.
Structs§
- Options used when checking out a tree in the working copy.
- Stats about a checkout operation on a working copy. All “files” mentioned below may also be symlinks or materialized conflicts.
- Options used when snapshotting the working copy. Some of them may be ignored by some
WorkingCopy
implementations. - An error while reading the working copy state.
Enums§
- The working-copy checkout failed.
- An error while recovering a stale working copy.
- An error while resetting the working copy.
- An error while snapshotting the working copy.
- Whether the working copy is stale or not.
Traits§
- A working copy that’s being modified.
- The trait all working-copy implementations must implement.
- The factory which creates and loads a specific type of working copy.
Functions§
- Recover this workspace to its last known checkout.
Type Aliases§
- A callback for getting progress updates.