Arcv

Arcv

Inspection of internal data after init

images/bank/original/static/arcv_sshot_inspect_init_1.png
Inspecting of internal revision files when putting a local source folder under version control

Initiate a revision control

images/bank/original/static/arcv_sshot_init_1.png
putting a source folder under revision control

Check-in a new file

images/bank/original/static/arcv_sshot_addfiles_1.png
check-in of a new file

Check-in a file for deletion

images/bank/original/static/arcv_sshot_removefiles_1.png
check-in a new file for deletion

Check-in a modified file

images/bank/original/static/arcv_sshot_modifyfiles_1.png
check-in of a modified file

Checkout a revision

images/bank/original/static/arcv_sshot_checkoutrev_1.png
check-out of a revision

Checkout a file from head revision to restore it after modification

images/bank/original/static/arcv_sshot_checkoutfile_1.png
restoring a modified file from head revision

Checkout a file from a specific revision

images/bank/original/static/arcv_sshot_checkoutfilefromrev_1.png
check-out of a modified file from a random revision

Checkout a subfolder to restore it after modification

images/bank/original/static/arcv_sshot_checkoutdirfromrev_1.png
check-out of a modified subfolder

Checkout a release from a release tag

images/bank/original/static/arcv_sshot_checkoutreltag_1.png
check-out of a release

Checkout a revision by its number

images/bank/original/static/arcv_sshot_checkoutfile_with_removed_files_1.png
checkout of a revision containing anterior commits with removed files

Display current revision

images/bank/original/static/arcv_sshot_displayrev_1.png
showing current revision

Checkout head revision into the current source

images/bank/original/static/arcv_sshot_checkoutheadrev_1.png
checkout of all head revision files

Checkout any source folder stored in the repository in a random location

images/bank/original/static/arcv_sshot_checkoutsource_1.png
checkout of head revision of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_2.png
checkout of a tagged release of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_3.png
checkout of a specific revision of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_4.png
checkout of head revision of a test project into a specific output folder

Display revision history of a source folder

images/bank/original/static/arcv_sshot_displaylog_1.png
showing short and long revision log messages
images/bank/original/static/arcv_sshot_displaylog_2.png
log messages for a certain range of revisions

Display revision history menu

images/bank/adapted/pdf_vid_Example_of_interacting_with_the_revision_history_menu_to_perform_diffs.jpg
interacting with the revision history menu to perform diffs

Display revision history of a file

images/bank/original/static/arcv_sshot_displayfilelog_1.png
showing revision log messages of a file
images/bank/adapted/pdf_vid_Example_of_interacting_with_the_file_revision_history_menu_to_perform_diffs.jpg
interacting with the file revision history menu to perform diffs

Display large revision history of arcv

images/bank/adapted/pdf_vid_Example_of_checking_a_large_file_revision_history_(arcv).jpg
checking a large file revision history (arcv)

Display release tag history

images/bank/original/static/arcv_sshot_displayreleaselog_1.png
release tag history display
images/bank/adapted/pdf_vid_Example_of_interacting_with_the_release_menu_to_perform_diffs.jpg
interacting with the release menu to perform diffs

Display hash signature of the head revision

images/bank/original/static/arcv_sshot_displayhash_1.png
showing the hash signature of head revision

Recompute and check hash signatures from checked out folders

images/bank/original/static/arcv_sshot_checkhash_1.png
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

images/bank/original/static/arcv_sshot_listsources_1.png
listing of the source folders stored in the repository

Display all available internal repository information

images/bank/original/static/arcv_sshot_repoinfo_1.png
display of all available internal repository information
images/bank/original/static/arcv_sshot_repoinfo_2.png
display of all repository information containing release information
images/bank/original/static/arcv_sshot_repoinfo_3.png
display of repository information which identifying name contains keyword 'release'
images/bank/original/static/arcv_sshot_repoinfo_4.png
display of repository information which identifying name contains keyword 'dir'

Check for modifications in a source folder under revision control

images/bank/original/static/arcv_sshot_checkup2date_1.png
checking for modification in a source folder under revision control

Check-in and check-out a file which permissions change

images/bank/original/static/arcv_sshot_modifyfileperms_1.png
check-in of file which permissions changed

Check-in and check-out a directory which permissions change

images/bank/original/static/arcv_sshot_modifydirperms_1.png
check-in of directory which permissions changed

Check-in a directory which permissions change and then check-in removal of another folder

images/bank/original/static/arcv_sshot_remove_dir_after_modify_other_dir_perms_1.png
Check-in of directory which permissions changed and then check-in removal of another folder

List any file change in a source folder (new/deleted/modified/permissions)

images/bank/original/static/arcv_sshot_listmodifiedfiles_1.png
listing changes in a source folder

Comparing revisions

images/bank/original/static/arcv_sshot_compare_1.png
Sample scenarios of comparing revisions using simple diff tool

Checking changes at check-in

images/bank/adapted/pdf_vid_Example_of_checking_changes_at_check-in.jpg
checking changes at check-in

Creating a release tag for a head revision ('publish')

images/bank/original/static/arcv_sshot_reltag_1.png
release tag creation for head revision
images/bank/original/static/arcv_sshot_reltag_2.png
tag creation to a random revision

Create a hook for executing a program after release tag creation

images/bank/original/static/arcv_sshot_hook_1.png
creating a hook for executing a program after release tag creation

Create branches

images/bank/original/static/arcv_sshot_branch_1.png
branch creation from head revision, random revisions and release tag

Exporting a revision as a tarball

images/bank/original/static/arcv_sshot_tarball_1.png
tarball export for head revision, modified head revision and random revision

Exporting a revision to GitHub

images/bank/original/static/arcv_sshot_github_1.png
export to GitHub of head revision
images/bank/original/static/arcv_sshot_github_2.png
export to GitHub of a random release directory