Repository

The Repository drop down lists all the Repositories you currently have access to. Select a Repository from the list to view the Folder Tree for that Repository. The selected Repository will be remembered and displayed by default for subsequent visits to the Source Code Control web client.

Browse Repository Folder

The Folder Tree contains a list of all the folders in the selected Repository. If Folder Security is enabled for the Repository, only the folders you have at least Read access to will be listed in the tree. When you select a folder in the folder tree, the files contained in that folder will be displayed in the File Table.

The File Table

The File Table lists the files contained in the currently selected folder. File name columns include:

Name

Clicking on the file name will display the History page for that file.

Modified

The date of the last modification to the folder or file.

File Length

The length of the file contents.

Version

The latest version number of the file.

History

To view History for a file, click on the folder in the Browse Repository Folder page, then click on a file to see the History page. This page shows the history for a file. The columns are:

User

The user that performed the action.

Date

The date of the transaction.

Version

Clicking a version link will download the version of the file.

Diff

Clicking the Diff symbol will load the Show Differences page with the selected versions. By default, the file is compared with the previous version. You can change the versions using the dropdowns in the Other Diffs section.

Blame

Clicking the "view blame" link will load the Blame page, using the selected version as the latest included version.

Detail

Click on the Detail symbol in the file table to view details of the transaction for the file.

Name

The file or folder name included in the transaction.

Date

The date of the transaction.

Version

The new version number created by the transaction. Clicking the version number will open that version of the file.

Diff

Clicking Diff will load the Show Differences page with the selected versions.

Blame

Clicking the Blame link will load the Blame page, which shows a line by line history.

Action

The operation that was performed.

Comment

The comment associated with this transaction.

Action

The operation that was performed.

Comment

The comment associated with that version.

Diff

This page shows the differences between two versions of a file.

Unified vs. Side-by-Side

Unified mode displays lines from both versions in the same column.  Side-by-Side shows each file’s contents in its own column.

Wrap vs. No Wrap

This turns on line wrapping in the file content columns.

Lines of Context

This setting controls the number of lines that are the same in both versions which are displayed around changed lines.

Version Selection

These two dropdowns in Other Diffs control the version treated as the left and right version in the diff.

Diff Area

Clicking the repository path will take you to the history page for the file.  For each version in the diff, clicking on the File link will download that version of the file.  Clicking on the Details link will load the Transaction Details page for the transaction that created the version.  In the file diff area, changed lines are shown in blue in Side-by-Side mode and red and green in Unified mode.  Clicking on the up/down arrows in the leftmost column will allow you to jump between changed regions.

Blame

This page shows the contents of a file, noting the last user who changed the region and the version in which the change was made.  You may change the latest version included by editing the Blame page URL parameter version=NN and may change the number of included versions by editing the URL parameter includedversions=20. Example:

http://<YourVaultserver>/VaultService/VaultWeb/Blame.aspx?repid=1&path=%24%2fbapp%2fFileA.txt&version=12&includedversions=20#v1

User and comment

This displays the user and comment for the transaction.  Clicking the version number will jump to a table of  details for each of the versions included in the blame.