The following screen shot from the Veracity web UI shows the resulting DAG from the 26 changesets just completed by Harry and Sally.
The following table summarizes all 21 commands for Veracity. See Table A.1, “Commands” in Appendix A, Comparison Table for a comparison of Veracity’s commands with other tools.
Operation | Veracity Command |
---|---|
Create | vv init |
Checkout | vv checkout |
Commit | vv commit |
Update | vv update |
Add | vv add |
Edit | [a] |
Delete | vv remove |
Rename | vv rename |
Move | vv move |
Status | vv status |
Diff | vv diff |
Revert | vv revert |
Log | vv log |
Tag | vv tag |
Branch | vv branch |
Merge | vv merge |
Resolve | vv resolve |
Lock | vv lock[b] |
Clone | vv clone |
Push | vv push |
Pull | vv pull |
[a] Automatic: Veracity will notice that the file has changed. [b] Veracity locks must be explicitly removed. |