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.
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 lists the files contained in the currently selected folder. File name columns include:
Clicking on the file name will display the History page for that file.
The date of the last modification to the folder or file.
The length of the file contents.
The latest version number of the file.
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:
The user that performed the action.
The date of the transaction.
Clicking a version link will download the version of the file.
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.
Clicking the "view blame" link will load the Blame page, using the selected version as the latest included version.
Click on the Detail symbol in the file table to view details of the transaction for the file.
The file or folder name included in the transaction.
The date of the transaction.
The new version number created by the transaction. Clicking the version number will open that version of the file.
Clicking Diff will load the Show Differences page with the selected versions.
Clicking the Blame link will load the Blame page, which shows a line by line history.
The operation that was performed.
The comment associated with this transaction.
The operation that was performed.
The comment associated with that version.
This page shows the differences between two versions of a file.
Unified mode displays lines from both versions in the same column. Side-by-Side shows each file’s contents in its own column.
This turns on line wrapping in the file content columns.
This setting controls the number of lines that are the same in both versions which are displayed around changed lines.
These two dropdowns in Other Diffs control the version treated as the left and right version in the diff.
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.
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
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.