Inspection of internal data after init Inspecting of internal revision files when putting a local source folder under version control Initiate a revision control Example of putting a source folder under revision control Check-in a new file Example of check-in of a new file Check-in a file for deletion Example of check-in a new file for deletion Check-in a modified file Example of check-in of a modified file Checkout a revision Example of check-out of a revision Checkout a file from head revision to restore it after modification Example of restoring a modified file from head revision Checkout a file from a specific revision Example of check-out of a modified file from a random revision Checkout a subfolder to restore it after modification Example of check-out of a modified subfolder Checkout a release from a release tag Example of check-out of a release Checkout a revision by its number Example of checkout of a revision containing anterior commits with removed files Display current revision Example of showing current revision Checkout head revision into the current source Example of checkout of all head revision files Checkout any source folder stored in the repository in a random location Example of checkout of head revision of a test project into the current directory Example of checkout of a tagged release of a test project into the current directory Example of checkout of a specific revision of a test project into the current directory Example of checkout of head revision of a test project into a specific output folder Display revision log messages for the global source folder Example of showing short and long revision log message. Display revision history of a given file and viewing changes with previous revision and head revision Example of revision log messages for a file and diffing from it Example of checking a large file revision history (arcv) Display hash signature of the head revision Example of showing the hash signature of head revision Recompute and check hash signatures from checked out folders Example of showing how the hash signature can be recomputed and crosschecked with the original one established at commit List the source folders stored in the repository Example of listing of the source folders stored in the repository Check for modifications in a source folder under revision control Example of checking for modification in a source folder under revision control Comparing revisions Sample scenarios of comparing revisions using simple diff tool Checking changes at check-in Example of checking changes at check-in Creating a release tag for a head revision ('publish') Example of release tag creations for head revision Create branches Example of branch creation from head revision, random revisions and release tag Exporting a revision as a tarball Example of tarball export for head revision, modified head revision and random revision Exporting a revision to GitHub Example of export to GitHub of head revision Example of export to GitHub of a random release directory