Working copy operations

Command Extended locutor Option
add
Add files, directories, or symbolic links.
blame
Show author and revision information inline for the specified files or URLs.
cat
Output the contents of the specified files or URLs.
changelist
Associate (or deassociate) local paths with a changelist.
checkout
Check out a working copy from a repository, submit working copy root to registry, and perform a redundancy resolution.
cleanup
Recursively clean up the working copy
--with-externals
specify to include all modifications on externals

Note: A SVN cleanup recursively cleans up the entries of a working copy, removing locks and resuming unfinished operations. Externals do not belong to the set of entries of a working copy. For SVN compatibility we added this switch.

cleanup-all
Recursively clean up all registered working copies.
--with-externals
specify to include all modifications on externals of each registered working copy.

Note: A SVN cleanup recursively cleans up the entries of a working copy, removing locks and resuming unfinished operations. Externals do not belong to the set of entries of a working copy. For SVN compatibility we added this switch.

commit
Send changes from your working copy to the repository, project changes on the registry , and perform a redundancy resolution.
--with-externals
specify to include all modifications on externals in commit packet
copy
Copy a file or directory in a working copy or in the repository.
delete
Delete an item from a working copy or the repository, project the deletion on the registry and revert respective redundancy resolutions.
diff
This displays the differences between two revisions or paths.
export
Export a clean directory tree.
help
Help!
import
Commit an unversioned file or tree into the repository.
info
Display information about a local or remote item.
list
List directory entries in the repository.
lock
Lock working copy paths or URLs in the repository so that no other user can commit changes to them.
log
Display commit log messages.
merge
Apply the differences between two sources to a working copy path.
mergeinfo
Query merge-related information.
mkdir
Create a new directory under version control.
move
Move a file or directory.
propdel
Remove a property from an item.
propedit
Edit the property of one or more items under version control.
propget
Print the value of a property.
proplist
List all properties.
propset
Set PROPNAME to PROPVAL on files, directories, or revisions.
resolve
Resolve conflicts on working copy files or directories.
resolved
Deprecated. Remove “conflicted” state on working copy files or directories. This command has been deprecated in favor of running locutor resolve --accept working PATH.
revert
Undo all local edits.
status
Print the status of working copy files and directories.
switch
Update working copy to a different URL. Note: A switch is not yet projected on the registry!
unlock
Unlock working copy paths or URLs.
update
Update your working copy, project the update on the registry, and perform a redundancy resolution.
update-all
Update all your registered working copies, project each update on the registry, and perform a redundancy resolution.