Writing /home/k4ml/webapps/drupal5/wiki/data/cache/8/8374cf75635ee54ab8ec3d09a7147289.i failed
Writing /home/k4ml/webapps/drupal5/wiki/data/cache/8/8374cf75635ee54ab8ec3d09a7147289.i failed
Writing /home/k4ml/webapps/drupal5/wiki/data/cache/8/8374cf75635ee54ab8ec3d09a7147289.xhtml failed
Table of Contents

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 <k4ml@yahoo.com>"

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