The name of the file or folder. The name will be displayed in a lighter color if the file is not present in the file system or is ignored. Ignored and external items are displayed using italic text.
The status of the working copy file. This column will contain one of the following icons for non-normal (i.e. changed) files. The icons’ letters are consistent with those used by Subversion to indicate the various statuses on the command-line.
Added | The file or folder has been added to the working copy but has not yet been committed to the repository. Items which have been copied, moved or renamed are also displayed as added until committed. | |
Conflicted | Changes made to the working copy version conflict with changes that have been committed to the repository since the last working copy update. Conflicts must be resolved before the file can can be committed to the repository. See Resolving Conflicts for more information. | |
Deleted | The file or folder has been deleted from the working copy. Items which have been moved or renamed are also shown as deleted until the change is committed to the repository. | |
External | The folder contains files obtained from an external reference. The folder can only be expanded if View > Show Contents of Externals is enabled. | |
Ignored | The file or folder is not under version control and is being ignored. Ignored items are only shown if View > Show Ignored Items is enabled. | |
Missing | The file or folder is under version control but does not exist in the file system. Revert the item to restore it back to the last updated version. Delete the item to remove it from the working copy. | |
Modified | The contents of the file have been modified. | |
Obstructed | The file or folder is obstructed by an identically-named item of a different type, i.e. a folder was found where a file was expected, or vice-versa. | |
Replaced | The file or folder was removed and then added again. The item’s log history will be broken. | |
Switched | The file or folder has been switched to refer to a location in the repository outside the containing working copy. | |
Unversioned | The file or folder is not under version control. Subversion will not track changes to this item or its contents until it is placed under version control by being added to the working copy. |
Property status icons are displayed for items which have not otherwise been modified, i.e. the content modifications listed above take precedence over property modification.
Open the inspector if you need to see both the content and property statuses at the same time.
Added | One or more properties were added to the file or folder. | |
Conflicted | Changes made to the item’s properties conflict with changes that have been committed to the repository since the last working copy update. Conflicts must be resolved before the item can can be committed to the repository. | |
Deleted | One or more of the item’s properties have been deleted. | |
Modified | The values of one or more properties have been modified. | |
Replaced | A property has been deleted and then subsequently added again. |
Folders marked with contain changed files.
The status of the file or folder in the repository. This column is only displayed if View > Show Repository Status is enabled.
Enabling View > Show Repository Status will cause Cornerstone to contact the repository for each refresh, commit and update. This can negatively affect refresh speed if repository access is slow or the working copy contains a large number of files.
The date at which the file or folder was last modified. For unchanged items this date will be equivalent to the date of the item’s revision. The file’s last modification date in the file system is displayed for modified files.
The size of the file.
Textual description of the type of the file.
The item’s BASE revision, i.e. the item’s revision at the time that the working copy was last updated.
Items (files or folders) which have Subversion properties are marked with a icon.
Working copy items can have one of the following lock statuses:
Unlocked | The file is not locked. | |
Owned | The file is locked and the lock is owned by the user’s working copy (i.e. the user owns the lock). | |
Locked | The file is locked by someone else. If the lock was previously owned by the user then the lock has been stolen. | |
Broken | The file was locked by the user but the lock has been broken (i.e. the file was unlocked by another user). As a result the file is not currently locked. Update the file to reset the working copy’s lock state. |
Working copy folders can have one of the following check out depths:
All files and folders at all levels | infinite |
The folder contains all files and sub-folders existing in the repository. Updating the folder will pull files and sub-folders added to the repository to the working copy. | |
Immediate files and folders only | immediate |
The folder only contains files and sub-folders located immediately within that folder. Sub-folders are checked out with a depth of Empty. Updating the folder only updates files and folders located immediately within this folder. | |
Immediate files only | files |
The folder only contains files located immediately within the folder. Sub-folders are not included and are not added to the working copy during updates. | |
Folder only | empty |
Only the folder is checked out (complete with its properties). Files and sub-folders located in the folder are not included and are not added during update operations. |
The name of the author that committed the item’s latest revision to the repository.
http://
connection.