| Usage | Command | Examples | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage |
av -h |
|
||||||||||||||
Put under revision control |
av [1] |
|
||||||||||||||
Check-in:
|
av [ -m <commit message> ] [2] |
|
||||||||||||||
Check out:
|
av co [ <revision> | <release tag> | <filename>[:<revision>]] [ -o <output folder> ] [2] |
|
||||||||||||||
Check out:
|
av co … [ --source=<directory name> ] |
|
||||||||||||||
Create a branch |
av <branch folder>[:<revision> | <release tag>] [ -o <output folder> ] [2] |
|
||||||||||||||
Status polling |
av check [ --verbose ] [2] |
|
||||||||||||||
Listing new, removed and modified files |
av [2] |
|
||||||||||||||
Display current revision |
av rev [2] |
|
||||||||||||||
Display current hash signature |
av hash [2] |
|
||||||||||||||
Compute and display hash signature of a random folder |
av hash <directory> |
|
||||||||||||||
Show the revision history |
av log [ --verbose ] [2] |
|
||||||||||||||
Check revision history of a specific file |
av log [ --verbose ] <file> [2] |
|
||||||||||||||
Tag head revision as a release |
av pub [ -m <log message> ] [2] |
|
||||||||||||||
Check differences |
av <diff tool> [ <revision> | head | current[vs<revision | release tag>] ] [2] where <diff tool> is any of : diff, meld, git |
|
||||||||||||||
Export as a tar ball |
av tarball [ <revision> | head ] [2] |
|
||||||||||||||
Export to GitHub |
av export [ <directory> ] [2] |
|
||||||||||||||
Display available sources in repository |
av list |
Example of out: Source Head Hash Owner arcv 152 f003f2778b1cd656 michel (1000) arcv-test 82 ffe48281b805d5a6 michel (1000) wwwserver 127 94ff298a1852e3f0 michel (1000) |
1 There’s no directory of the same name already in the repository
2 The current working directory is under revision control, i.e. a directory of the same name as the current one is already in the repository.
3 The current working directory is assumed not to be under revision control. It is just aimed at a storing a copy of the checked out folder.