====== Arch Version Control: Quickstart Guide ====== ===== Setting Repository ===== ==== Create archive ==== $ tla make-archive k4ml@yahoo.com--archive /aur/scm/archive $ tla my-default-archive k4ml@yahoo.com--archive to verify:- $ tla archives k4ml@yahoo.com--archive /aur/scm/archive ==== Set Identity ==== $ tla my-id "kamal " ==== Initial Import ==== $ cd /aur/project/gemilang $ tla init-tree gemilang--dev--1.0 $ tla add www $ cd www $ tla add *.php $ tla import --setup ==== Browsing archives ==== $ tla rbrowse ===== Checkout ===== $ tla get gemilang--dev-1.0 gemilang $ tla what-changed $ tla what-changed --diffs ===== Commit & Update ===== ==== Quick commit ==== $ tla commit -L "log messages here" ==== Commit with log file ==== $ tla make-log $ tla commit ==== Check revisions ==== $ tla revisions --summary $ tla log-ls --summary --creator $ tla changelog ==== Updating ==== $ tla update