Arch command set - Main commands
In reality, only several commands are used in a day to day work:
tla help tla import tla commit tla update tla add tla delete tla move tla diff # as of 1.3.4 (alias: changes --diffs)
These have the same meaning as in svn and cvs (but cvs does not support move).
Other common commands have different names:
tla get # ~~ cvs checkout ~~ svn checkout tla changes # ~~ cvs -n update ~~ svn status tla logs # ~~ cvs log ~~ svn log tla replay # ~~ svn merge tla star-merge # no cvs and svn equivalent tla missing # -- . -- . -- tla delta # -- . -- . --