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
Example of putting a source folder under revision control

Check-in a new file

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

Check-in a file for deletion

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

Check-in a modified file

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

Checkout a revision

images/bank/original/static/arcv_sshot_checkoutrev_1.png
Example of 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
Example of restoring a modified file from head revision

Checkout a file from a specific revision

images/bank/original/static/arcv_sshot_checkoutfilefromrev_1.png
Example of 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
Example of check-out of a modified subfolder

Checkout a release from a release tag

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

Checkout a revision by its number

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

Display current revision

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

Checkout head revision into the current source

images/bank/original/static/arcv_sshot_checkoutheadrev_1.png
Example of 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
Example of checkout of head revision of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_2.png
Example of checkout of a tagged release of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_3.png
Example of checkout of a specific revision of a test project into the current directory
images/bank/original/static/arcv_sshot_checkoutsource_4.png
Example of checkout of head revision of a test project into a specific output folder

Display revision log messages for the global source folder

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

images/bank/adapted/pdf_vid_Example_of_revision_log_messages_for_a_file_and_diffing_from_it.jpg
Example of revision log messages for a file and diffing from it
images/bank/adapted/pdf_vid_Example_of_checking_a_large_file_revision_history_(arcv).jpg
Example of checking a large file revision history (arcv)

Display hash signature of the head revision

images/bank/original/static/arcv_sshot_displayhash_1.png
Example of 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
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

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

Check for modifications in a source folder under revision control

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

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
Example of checking changes at check-in

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

images/bank/original/static/arcv_sshot_reltag_1.png
Example of release tag creations for head revision

Create branches

images/bank/original/static/arcv_sshot_branch_1.png
Example of 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
Example of 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
Example of export to GitHub of head revision
images/bank/original/static/arcv_sshot_github_2.png
Example of export to GitHub of a random release directory