Cornerstone 4.2 is now available! Dark mode, full macOS 10.15 support, in-app license key management, and more. Release notes.

Release Notes for 2.0

Filed under: Cornerstone,Release Notes — Administrator @ 1:49 pm

Important

Cornerstone 2 does not support Mac OS X 10.4 Tiger.

Do not upgrade to version 2 if you are running Cornerstone on Tiger.

New Features

  1. Merge functions added

    Cornerstone 2 adds a new merge view for merging between branches. The merge view supports four different types of merges which can be selected using the buttons at the top of the view:

    • Synchronize Branch
    • The synchronize branch merge type merges all changes made on the source branch (usually trunk) into the target branch (usually a feature branch). This is generally appropriate when synchronizing a feature branch with the changes made by other team members against the project’s trunk.

    • Reintegrate Branch
    • The reintegrate branch merge type merges all changes made on the source branch (using a temporary feature branch) into the target branch (usually trunk). This is generally useful when reintegrating the changes for a feature when the feature was developed in parallel to the rest of the project on a separate branch.

    • Cherrypick Changes
    • The cherrypicking merge type allows a set of revisions to be merged from one branch to another. This is particularly useful when back-merging bug fixes and minor changes from trunk to a maintenance branch for a previous release.

      The cherrypicking options GUI includes a new revision range set control which allows sets of revisions to be easily specified. It also conveniently displays which revisions have already been merged from the source branch.

    • Advanced Merge
    • The advanced merge type allows the differences between any two revisions of any two branches to be compared and applied to a third branch.

  2. Text diff view now supports blame annotations

    Blame support was added to the text diff view. Enabling annotations for a text file (or multiple files when comparing) results in annotation bars being displayed which describe the author and relative age of each revision which contributed to the file’s current state, with the width of the section’s bar indicating the relative age of those lines and the color identifying the revision’s author.

    Pointing the mouse at an annotation bar causes a callout to be displayed which shows log information for the associated lines. This information includes the author’s name, the commit date and the revision number. Clicking to select a bar expands the callout to display the revision’s log message.

    Clicking a revision’s annotation bar highlights all lines changed in that revision for the entire file, with markers displayed in the diff view’s vertical scroller allowing the user to gain a quick overview of the changes made in any one revision.

    In addition, statistics for the file are displayed in a new HUD-style panel, which provides additional blame-related information. This includes:

    • Legend

      A legend displaying the color used for each of the file’s authors along with the percentage of the file’s contents which the authors have each contributed and icons indicating who contributed to the file recently (i.e. within one month of the file’s last committed modification).

      This makes it extremely easy to determine who is primarily responsible for a file (based on percentage contributed) as well as who has been working on the file recently.

    • Revision Timeline

      The legend also includes a timeline which plots the file’s revisions (i.e. the revisions of the contributions from which the file’s current contents are composed) against the file’s set of current authors. The result is a two-dimensional chart which provides a visual overview of who has contributed the file’s current contents over time.

      The points on the timeline can be clicked to select all lines contributed with a particular revision.

    • Summary Information

      Information about the file’s earliest and latest revisions, including the revision number and date.

    (#292)

  3. Text diff view supports editing of differences

    Differences shown in the compare view can be copied from left-to-right or right-to-left if either of the files displayed is WORKING. This is useful for example when reverting individual edits to their BASE equivalents, or when reverting sections of a file back to a previous (i.e. BASE) state.

    Once reverted to the original version, edits can be undone either by clicking the edit button again or by undoing the action using the standard Edit > Undo and Edit > Redo functions.

    The ability to revert individual edits in a modified file compliments the existing file revert function found in pre-2.0 versions of Cornerstone. (#443)

  4. Tagging and branching functions added

    Version 1.5 and earlier provided full support for tagging and branching by option-dragging files or folders in the repository browser to copy them.

    This functionality is still available in Cornerstone 2, but was augmented by two new functions which add a simple user interface for creating tags and branches.

    Selecting Tag… or Branch… from the File menu displays an option window which allows the user to specify the name of the tag/branch and the folder it will be created in. The source revision can also be specified.

    In both cases Cornerstone will try to locate the closest related tags or branches folder and suggest that as the default location. (#134, #709)

  5. Text diff view now highlights intraline differences

    The text diff view was extended to highlight the intraline differences between the left and right versions being compared.

    Intraline differences are displayed by default but can be turned off using the new Show Line Differences option in the Compare menu. (#446)

  6. New option enables invisible characters to be displayed in text diff view

    The new Compare > Show Invisibles function allows the user to toggle the display of space, tab, left tab, newline and page break characters in the text diff view.

    Combined with the text diff view’s new ability to highlight intraline differences, this makes comparing whitespace changes signitificantly easier than in previous versions of Cornerstone.

    Enabling Show Invisibles does have a minor impact on text diff rendering performance. For this reason the option is not enabled by default. (#931, #932)

  7. Find function added to text diff view

    The text in the diff view can now be searched using the new find bar which is displayed using the standard Edit > Find… menu item (key equivalent Cmd+F).

    The find bar allows the user to specify whether the left and/or right files should be searched, as well as how the text specified by the user should be matched (i.e. whole string, substring match at start or end of word, etc.). (#145)

  8. Pending repository update summary is shown as badge in working copy source list

    The number of pending repository updates (i.e. the number of changes committed to the repository but not yet updated in the working copy) is now shown as part of the summary badge in the working copy source list.

    Cornerstone monitors changes in repository status and updates the badge on a low priority background thread to minimize additional load.

    Repository monitoring can be disabled if necessary with the new Show repository change summary in source list setting in the Working Copy preference pane. (#652)

  9. Working copy changes are displayed in a badge in the Dock

    Cornerstone can now display the working copy change summary in a badge on the application icon in the Dock.

    A new setting in the General preferences allows the user to select from the following behaviors:

    1. Show the total changes for all working copies
    2. Show the changes for the selected working copy
    3. Do not show a badge in the Dock

    A badge is not shown when no changes are found.

    By default Cornerstone shows the total number of changes for all working copies. (#13)

  10. Add Repository window provides improved support for connecting to hosted repositories

    The Add Repository window now contains a new Cloud Service repository type which simplifies connecting to select cloud hosting providers.

    Zennaware has partnered with Codesion (formerly CVSDude) to provide Cornerstone’s first cloud service integration. The Codesion cloud service page greatly simplifies connecting to a Codesion-hosted repository by requiring only organization, project and account information from the user.

    The Codesion window also provides Sign Up for a Repository button which allows a user to quickly and easily sign up for a free or trial hosting plan with Codesion.

  11. Log View was improved

    The log view now provides more context information when viewing the log for working copy items. Specifically, the item’s working version is highlighted in the log, as are newer revisions committed since the item was last updated. (#969)

    A filter (Newer) was added to the log view to make it easy to focus in on those revisions which are newer than the working version.

    In addition, revisions since the last update (i.e. newer revisions) now have an Update button. Pressing this button updates the selected item (i.e. the file or folder which was selected before entering the Log View) to the specified revision. (#972)

  12. Support added for Perforce’s P4Merge and Sofa’s Kaleidoscope

    Cornerstone now includes integrated support for using Perforce’s P4Merge and Sofa’s Kaleidoscope as external compare tools. (#927, #939)

  13. 64-bit support added

    Cornerstone 1.5 shipped as a 2-way universal binary, with support for 32-bit Intel and PowerPC processors. Cornerstone 2 adds support for 64-bit Intel processors and will run in 64-bit mode on 64-bit enabled Macs (i.e. Core 2 and newer) when running on Mac OS X 10.6 Snow Leopard.

    Cornerstone will run in 32-bit mode on Mac OS X 10.5 Leopard (Intel and PowerPC) and on Snow Leopard with 32-bit Intel processors. (#732)

  14. SASL support added

    Cornerstone 2 can connect to repositories via svn:// which utilize SASL for authentication. (#598)

Performance Improvements

  1. Externals window performance was improved

    The performance of the externals window was improved such that changing filters and switching between list and text views is now much faster for folders with large numbers of externals.

Usability Improvements

  1. Lock function was improved

    In Cornerstone 1.5 and earlier, the lock function could only reliably determine if a selected file was already locked if the View > Show Repository Status option was enabled. If this option was disabled and a file was already locked then an attempt to steal the lock from another user would silently fail.

    Cornerstone’s lock function was significantly improved for version 2 to:

    • Read the lock information for the selected files in the background in order to display reliable lock information in the Stolen Locks section.
    • The Stolen Locks section is no longer collapsible in order that this important information is always visible and less easily overlooked.

    Stealing a lock is a potentially destructive operation that can result in conflicts and loss of work. Cornerstone therefore now always prompts the user for confirmation before stealing locks.

  2. Subversion configuration changes are automatically adopted by the Subversion configuration preference pane

    The Subversion configuration preference pane now automatically picks up Subversion configuration changes made by other applications and refreshes the pane’s contents accordingly. (#859)

  3. The global ignores editor in the Subversion preference pane was improved

    Adding a value to the global ignores value in the Subversion preference pane resulted in the default global ignore values being replaced. As a result, files which are ignored by default (e.g. .DS_Store). This was a consequence of Cornerstone setting a value in Subversion’s configuration which resulted in Subversion adopting this value instead of the default.

    The global ignores editor was improved in version 2 to allow the user to adopt the default value as the basis for the user’s global ignore list. (#912)

  4. The log view’s compare view now supports navigation

    The log view’s compare view was extended to include a popup menu and navigation (i.e. left/right) buttons allowing the user to navigate through a revision’s changes without leaving the compare view. (#863)

  5. The Save Differences as Patch… function now supports the generation of patch files which use relative paths

    1.5 always created patch files which used absolute paths. For Cornerstone 2 a popup button was added to the patch save panel allowing the selection of the following path types:

    • Absolute (same behavior as 1.5)
    • Relative to working copy
    • Relative to selected folder

    When a file is selected the third option is Relative to parent folder. (#893)

  6. Option added to control whether externals are included in updates

    In 1.5 and earlier, updating a working copy without updating its externals required the use of the Working Copy > Update… function, which required several interactions for each update operation.

    Version 2 adds a new Include Externals in Updates option to the Working Copy menu which controls whether the Update to Latest Revision function updates externals.

    The addition of this option should simplify using Cornerstone with working copies which contain large numbers of externals or externals that change infrequently. (#639)

  7. Support added for tree conflicts

    Items with tree conflicts are now displayed as conflicted in the working copy browser. The Inspector was also extended to display a description of the cause of the tree conflict.

  8. Commit view comparisons refreshed following file system changes

    The commit view’s compare view now listens for file system changes and automatically refreshes when the file being displayed changes. (#850)

  9. The log view’s compare view now supports arbitrary revisions

    It’s now possible to enter HEAD as well as arbitrary number/date revisions into the compare view when opened from a log change. (#923, #924)

  10. Copied files are compared against the copy source’s BASE revision

    The compare view was improved to compare copied, moved and renamed files against the BASE revision of the copy source. This applies both when comparing from the working copy browser and the commit view. (#928)

  11. Diff view option buttons were improved

    The small buttons located next to the horizontal scroller at the bottom of the text diff view (controlling whitespace comparison, line difference comparison etc.) were improved. The new icons are larger, more descriptive and make these functions more discoverable.

  12. svn:needs-lock added to auto-properties in preferences window

    The auto-properties section of the Subversion preferences (Cornerstone > Preferences…) was improved to add support for the svn:needs-lock property. (#946)

  13. Overwrite handling in the file browser was re-written

    The prompt displayed before overwriting a file during a move or copy operation was improved to:

    • More closely reproduce the interface and terminology of the equivalent prompt in Finder
    • Support replacing all files being moved or copied
    • Support key equivalents for the alert’s buttons
    • Only provide options for multi-file operations when multiple files are actually being copied or moved

    (#309)

  14. Check out depth is now displayed in the working copy file browser

    A new column was added to the working copy file browser which displays the check out depth for folders. An icon is not displayed for folders which have the default check out depth of Infinity (i.e. all folders and sub-folders).

    The file browser can be sorted by check out depth and a tooltip is displayed when the mouse is hovered over the icon.

    The file inspector was also extended to display the depth icon for the selected folders(s). (#638)

  15. Shutdown handling was improved

    Network issues can cause very long timeouts with Subversion, so Cornerstone 2 now displays a progress window during shutdown.

    This window also also allows the user to quit the application immediately if desired (i.e. without waiting for background activities to complete). (#973)

  16. Tooltips added for file browser columns

    Tooltips are now displayed for the status, repository status, property, lock and depth columns. (#436)

  17. Status overlay window is shown by the compare view when loading files

    The compare view now displays a Loading… overlay window while exporting files from the repository for comparison. (#930)

  18. Quad-clicking text in the compare view selects a section’s text

    Quad-clicking (i.e. clicking 4 times) in Cornerstone’s compare view now selects all text in the section under the mouse.

  19. Key equivalent added for Show Differences in Whitespace

    The View > Show Differences in Whitespace function now has the key equivalent Cmd+'. (#889)

Compatibility

  1. Mac OS X 10.4 Tiger is no Longer Supported

    Cornerstone 2 does not support Mac OS X 10.4 Tiger.

  2. Compatible with Mac OS X 10.5 Leopard and 10.6 Snow Leopard

    Cornerstone is compatible both with Mac OS X 10.5 Leopard and the more recent Mac OS X 10.6 Snow Leopard.

    Both Intel and PowerPC processors are supported on Leopard. Only Intel processors are supported on Snow Leopard.

  3. Subversion Updated to 1.6.12

    The 1.6-level version of Subversion included with Cornerstone was updated to 1.6.12.

Compatibility

Backwards Compatibility

Cornerstone 2 is fully backwards-compatible with 1.5. All configuration and settings are transparently migrated to version 2 when the new version is run for the first time.

Forwards Compatibility

The Cornerstone 2 configuration databases are forward-compatible with 1.5, i.e. you can run versions 1.5 and 2 against the same configuration databases in your Application Support/Cornerstone folder.

Issues Resolved in Cornerstone 2 Beta 1

# Description
13 Aggregate working copy changes into badge shown on application icon in Dock
134 Tagging and branching should be better supported
145 Add find function to text compare view
172 Display tooltip information for events in timeline view
292 Integrate blame-like annotations into text diff view
309 Overwrite prompt options need to be improved
436 Add tooltips for status to outline view in working copy browser views
443 Make compare/diff view editable
446 Add character-based differencing to text diff view
598 Add support for SASL authentication and encryption
638 Visualize check out depth of folders in working copy browser
639 Working copies should retain state of the “Update contents of external definitions” option
652 Show repository change summary in the working copy source list
709 Copy in repository browser to branch/tag should be more discoverable/intuitive
732 Provide 64 bit version of Cornerstone
848 Dragging the icon in the inspector should not cause the application to activate and come to the foreground
850 The commit’s compare view is not refreshed following file system changes
859 Ensure that the Subversion configuration panel automatically refreshes when the underlying configuration file(s)’s contents change
860 Canceling an update operation while an external is being updated doesn’t cancel the top-level update operation
863 It should be possible to navigate though changes made to a single revision in the log view’s compare view
864 The commit menu item/tool bar item should be disabled for missing files in the working copy browser
885 Text field in patch output sheet does not display vertical scroller
889 Add key equivalent for Compare > Show Differences in Whitespace
893 Save Differences as Patch function should support creation of files with relative paths
908 Authentication panel may be displayed when choosing a source directory in the external editor, even though credentials are available in the keychain
912 Editing the initially empty global ignore field in preferences results in .DS_Store files no longer being ignored
918 The Open Left/Open Right commands should open the file(s) in the application as specified in the Inspector’s Open With… setting
922 Open Externals button in Inspector is enabled for unversioned folders
923 Can’t compare against HEAD in compare view opened from log item
924 Swapping revisions in a compare view opened from a log item results in an error
927 Add support for P4Merge (Perforce) visual comparison tool
928 Files scheduled to be added as the result of a copy should be compared against the BASE version of their copy source in the commit view
929 Deleted files listed in popup menu shown when comparing in the commit view should be disabled
930 Status should be more clearly visible in the compare view when loading files from the repository
931 Compare view should provide option to display invisible characters (e.g. spaces, tabs and newlines)
932 Page breaks cannot be distinguished from normal spaces in the compare view
936 The folder selection displayed in the inspector changes when a field in the inspector is clicked to begin receiving keyboard input
937 Text diff view incorrectly displays differences in files containing non ASCII characters which use substituted fonts (e.g. arabic and kanji characters)
939 Add support for Sofa’s Kaleidoscope as an external compare tool
944 Ensure leading white spaces are preserved when log messages are rendered in the log view
945 Repository can’t be deleted from source list if one or more folders referenced by working copy sources are not valid working copies
946 Provide support for the svn:needs-lock property in auto-property preferences
947 Differences in trailing newline characters are not displayed correctly by the compare view
949 Collapsed sub-folders are re-expanded in file browser when the previously-collapsed parent folder is re-expanded

Issues Resolved in Cornerstone 2 Beta 2

# Description
172 Display tooltip information for events in timeline view. Standard tooltip replaced by anchored popover window which displays more, better-presented information with scrolling support for long messages (that were previously truncated)
953 Add tooltips for change summary badges in working copy source list
954 Error is displayed (“path does not exist”) when browse button in path field is clicked if working copy source list contains a reference to a non-existent folder
955 Source is not selected in open panel invoked from merge source/target path field when source does not exist for related repository
956 Vertical ordering of working copies and repositories in merge source/target open panel should be reversed to be consistent with main window’s source list
957 Run background status checks for repository updates in low priority threads
960 Working copy change summary displayed in source list can sometimes get out of sync with the working copy file browser
961 Background working copy status checks should be performed sequentially instead of in parallel to reduce CPU and disk load at start-up
962 Horizontal scrolling performance in timeline view is very poor with large numbers of revisions
963 Change summaries (local and remote) in working copy source list should include thousand separators

Issues Resolved in Cornerstone 2 Release Candidate 1

# Description
Improved appearance of popover windows, in particular black popovers displayed over compare view annotations, which now use a style more consistent with Mac OS X’s HUD windows.
Improved appearance of application’s modal sheets (options for update, import, export functions etc.)
959 Externals editor displays broken proxy icon for repository items
964 “Loading…” bezel displayed by the compare view while loading documents remains visible after exiting view
965 Attempting to load a non-existent file for a particular revision in the compare view results in an activity which never terminates.
966 Compare menu items for difference navigation (e.g. Previous Difference, Next Difference etc.) should be disabled when single document is displayed
967 An error is displayed intermittently while opening a new svn:externals editor
968 Tooltip in working copy source list gets stuck onscreen if tooltip is displayed for item when spinner stops
969 Log view should indicate the working revision for the selected working copy item
970 Cornerstone doesn’t prompt for confirmation before reverting when revert function is invoked with a working copy source selected
971 Option in “Update…” window for extending sparse working copy (“Permanently extend working copy to this depth”) is misleading
972 Extend the log view to support updating the selected file or folder to a revision visible in the log
973 Cornerstone can appear to hang while quitting if running activities run into long timeouts as a result of network problems

Issues Resolved in Cornerstone 2 Release Candidate 2

# Description
Updated help book documentation for 2.0.
Added help book section on text diff editing.
Added help book sections on annotations.
Added help book sections on merging.
854 Quick Look emits silent warning to console on Mac OS X 10.6 Snow Leopard
974 New Objective C 2.0 keywords such as @property, @synthesize etc should be syntax colored
977 Compare view doesn’t prompt to discard edits before toggling whitespace comparison
978 Undo in compare view can stop working in some circumstances

Issues Resolved in Cornerstone 2 Final Release

# Description
979 Add tooltip for the recent modification column in the repository file browser view
980 Add a help book section describing the repository browser view
981 Picker window displayed by revision field in the update window is displayed under the menu if application toolbar is set to “Text Only” or “Icon Only”
982 Error is displayed when opening the compare view under certain conditions
983 Cornerstone crashes due to a Subversion assert when a server name containing upper case characters is entered in the “Add Repository” window
984 Control layout issues arise when log message sheet window is resized in collapsed state

Release Notes for 1.5.5.21 (v1.5.5)

Filed under: Cornerstone,Release Notes — Administrator @ 5:48 am

Resolved Issues

# Description
906 An error occurs when diff’ing changes in the log view for files located in an external reference from a separate repository
910 Mouse tracking in working copy file browser can cause high CPU load
911 Text for user transcript notes is not stored persistently
913 Locking and unlocking files in the repository browser results in an error
915 Cornerstone shows an error after renaming a file to an empty name
916 Log view doesn’t refresh automatically after making changes in the repository browser
917 Log message window doesn’t accept keyboard input when displayed after dragging files from Finder to the repository browser
919 Cornerstone can crash when quitting following a burst of file system activity
922 Open Externals function in File menu is enabled for unversioned folders

Release Notes for 1.5.4.20 (v1.5.4)

Filed under: Cornerstone,Release Notes — Administrator @ 7:49 am

Resolved Issues

# Description
861 Window > Cornerstone menu item should be visible when main window has been closed
894 Activity cancellation doesn’t work in 1.5.3
895 Unix shell scripts which don’t have file extensions can’t be run as post-commit scripts
896 Cornerstone leaks memory during file browser toolbar validation
897 Cornerstone doesn’t release all memory when closing an externals document
898 The font used to render the author, date and age information in the log view is too small
901 Compare view’s scroll position and selection is reset during refresh

Release Notes for 1.5.3.19 (v1.5.3)

Filed under: Cornerstone,Release Notes — Administrator @ 3:32 am

Resolved Issues

# Description
Fixed a couple of minor typographical errors in the tagging section of the Cornerstone help book
883 Line numbers aren’t displayed for the left file in the text diff view if the file contains less than 10 lines
884 Switching to the log view displays an error for items with URLs which do not contain a username
887 Items in the log view’s change lists cannot be selected if the path contains an apostrophe character
888 Concurrent usage of OpenSSL by Subversion’s Neon HTTP library can cause Cornerstone to crash
890 Highlighted image is not displayed for compare tool toolbar items when the mouse is pressed
891 Cornerstone crashes if multiple move/copy operations are performed in parallel

Release Notes for 1.5.2.18 (v1.5.2)

Filed under: Cornerstone,Release Notes — Administrator @ 8:44 am

Resolved Issues

# Description
862 A working copy which is missing the root .svn folder can’t be removed from the source list
867 Cmd+U key equivalent for Update to Latest Revision doesn’t work on Snow Leopard
872 Info button in image compare view’s horizontal scroll bar is not tiled correctly on Mac OS X Snow Leopard
873 Icon is not displayed for external compare tool buttons when tool is selected which is not installed
874 History traversal is incorrect for items copied from a revision when the repository previously contained an item with the same path
875 Cornerstone should display End-User License Agreement (EULA) when launched for the first time
876 Escape key equivalent for Cancel button in Commit view can stop working
877 Cornerstone can crash under certain situations when removing a source from the source list
878 Timeline’s “Changes with message containing text…” filter always displays all revisions
879 Upgrade 1.6-level Subversion to 1.6.6
880 Right click menu for issue ticket links in the log view should not include open-related items

Release Notes for 1.5.1.17 (v1.5.1)

Filed under: Cornerstone,Release Notes — Administrator @ 8:09 am

Resolved Issues

# Description
843 ActionScript files are not displayed as text on Snow Leopard
844 Selection is lost in timeline following download of latest log entries from repository
845 Log filter bar contains two consecutive separator bars when “My Changes” and “Other’s Changes” are hidden
846 Tooltips for controls in Subversion configuration preference pane are incorrect
847 Cornerstone raises an error when parsing Subversion configuration files which include non-Unix style end of line markers (e.g. Windows style \r\n)
851 Cornerstone can crash when opening the timeline view in some circumstances
852 Open buttons in timeline view’s toolbar should not be enabled when revisions are selected on a folder’s timeline
855 Whitespace option buttons in text compare view do not cause diff to be refreshed

Release Notes for 1.5.0.16 (v1.5 Release)

Filed under: Cornerstone,Release Notes — Administrator @ 6:09 am

Important

Support for creating and accessing Berkeley DB repositories using the file:// protocol was removed in 1.5. See Caveats and Limitations for more information.

New Features

  1. User Interface was Improved

    The need to add the transcript and log views resulted in a re-thinking of user interface navigation in the application. All the application’s views are now embedded in the main window, replacing the browser view as required by the context.

    A new navigation bar at the top of each view (or screen) provides a consistent location for navigation elements, including a back button to return to the previous view. Each screen also houses a toolbar located at the bottom of the window which contains functions specific to the screen. This user interface concept is similar to iPhoto on the Mac as well as the majority of iPhone applications.

    The primary advantages of this new design are:

    • Consistency

      All screens (including the timeline view from previous versions) are handled consistently. The source lists on the left of the main window are always visible.

    • Improved Discoverability

      Each screen contains a toolbar at the bottom of the window which provides a location for context-specific functions, thus making them more discoverable.

    • More Intuitive Navigation

      The consistent use of visual elements such as the navigation bar and toolbar make navigation more intuitive.

    • Better Use of Available Screen Space

      The compare view (which was previously located either at the bottom or on the right of the browser view) is now displayed as a separate screen. This provides more space for the display and comparison of file contents.

    The following views are now housed in screens:

    • Browser View
    • Compare View
    • Timeline View
    • Log View
    • Transcript View
    • Commit view

    The timeline view from previous versions is now always displayed as a screen in the main window and can no longer be displayed in a separate window. However, the option is still available to display the Inspector in a separate floating panel.

  2. Log View Added

    The new log view provides a simple user interface for browsing the log messages for the repository’s most recent commits. The view displays log messages in a fashion similar to the svn log command, with the latest revision displayed at the top of the screen.

    The main features of the new log view are:

    • Changes Listed for Each Revision

      The set of changed files are displayed for each revision. Changes are grouped by type (e.g. additions, removals, modifications etc.) and are visualized using the same icon as the working copy status in the browser.

    • Changed Files can be Compared Against Previous

      Change set files can be selected and compared with the previous version without leaving the log view.

    • Revisions can be Filtered

      Log entries can be filtered by author, filename, location and message text either by using the pre-defined filters or the provided search field.

    • Issue Tracking Numbers Displayed as Hyperlinks

      Issue tracking ticket numbers in log messages are displayed as hyperlinks in a manner consistent with the timeline view’s inspector.

    • Revisions can be Copied to the Pasteboard

      Log entries can be copied as text to the pasteboard in the same format as the output from svn log.

    The log view doesn’t replace the existing timeline view from previous versions. Instead, it augments it, providing an alternative representation of the same information.

    The existing timeline remains and continues to be useful for the comparison of historical information for multiple items (not possible in the log view). It also better supports the comparison of arbitrary revisions and provides more powerful filtering options than the log view. (#402, #455, #502)

  3. Commit View was Re-Worked

    The new commit view supports a more efficient commit workflow. Highlights include:

    • Commit View is Non-Modal

      The non-modal commit view allows access to other working copies and repositories, only blocking the working copy being committed.

      Displaying the commit view in the application’s main window makes more space available for the entry of long log messages as well as the display of large change sets and the viewing/comparing of file contents.

    • Changes are Displayed as an Outline

    • Files Can be Excluded from the Changes Set

      The changes table now includes an additional column of checkboxes which can be used to exclude files from the change set without having to abort the commit to change the initial selection.

      And with the changes displayed hierarchically, sub-trees of files can be included/excluded by option-clicking a folder’s checkbox.

    • Files Can be Compared in the Commit View

      The contents of files in the change set can be compared against BASE without leaving the commit view. This makes it much easier to review changes for the purpose of writing the commit’s log message.

      The compare view also allows for navigation through the change set with the log message entry field remaining visible at all times. (#637, #729)

    • Log Message History Panel Replaced With Revision Picker

      The modeless log message history panel (previously available in the log message sheet) was replaced with a popup revision picker. The advantages of this are five-fold: (#659, #723)

      1. Display of revisions from the repository’s log enables log messages to be picked for re-use which were entered into another Subversion client such as the svn command-line tool or Xcode.

      2. The use of a momentarily-modal popup window for the revision picker makes for a tidier user-interface without an unnecessary second window which is visible on screen which the user is tempted to have to close.

      3. The revision picker provides additional information about log entries (user, date etc.) which can help simplify the location of the revision in question. The filter field can also be used to filter by username.

      4. The revision picker displays the log messages in their entirety. The previous log message panel clipped the log messages after a fixed number of lines.

      5. The log message panel was previously limited to 100 entries. The new revision picker enables the user to browse back through the entire repository log.

    • Files can be Left Locked After the Commit

      A new commit option allows files to left locked after the commit has completed.

    • Log Message Field’s Completion Candidates Include Working Copy Item Names

      The log message field’s completion popup (invoked using F5) includes the names of all working copy items.

  4. Transcript View was Added

    Selecting Transcript from the View menu displays the new transcript view (key equivalent Cmd+4).

    The transcript view displays the Subversion output for the currently selected working copy or repository. This has several uses, for example:

    1. After a commit, the resultant revision is displayed at the end of the commit transcript.
    2. During an update, the transcript lists which of the working copy files have been updated.
    3. During long operations (commits, updates, checkouts, imports and exports), the transcript view provides the user with information on the operation’s progress which was previously missing from the progress indicator in the application’s toolbar.
    4. The success and failure of operations is indicated by status icons.
    5. The user may return to failed operations and re-display any error information available.
    6. Transcript output can be copied to the pasteboard to be pasted into another application.

    The transcript also allows the user to annotate the transcript with their own notes. This may be useful for noting the motivation for performing an update or adding a marker after switching from trunk to a branch, etc.

    By default, transcript entries are retained for 24 hours before being discarded. This behavior can be changed to discard entries either after 1 month, 1 week, 1 hour, after 15 minutes or as soon as the next entry is received. Change the discard behavior by selecting an option from the Transcript > Discard Entries menu.

    The transcript discard behavior setting can be set individually for each working copy and repository.

    Note that transcripts are stored on disk and are available even after the application has been restarted. As a result, selecting longer expiry durations such as 1 week and 1 month can result not only in increased memory consumption, but also in slower start-up and shutdown performance as transcripts are read from- and written to disk.

    It can quickly become difficult to find information in long transcripts, so the transcript view includes a filter bar allowing the user to filter for notes, errors, commits, updates, checkouts, imports and exports.

    User notes are not automatically discarded after a period time. Instead they must be explicitly deleted from the transcript by the user. (#438, #470)

  5. Editor Added for svn:externals Property

    The contents of a folder’s svn:externals property is display with the other pre-defined properties in the inspector’s Properties tab. External definitions are displayed as a table. The entries may be sorted by check out folder, source URL and revision.

    Due to lack of available space in the UI, the svn:externals property can’t be edited in the Inspector. Instead, the user clicks on the Open Externals button which opens an externals editor in a dedicated window for the currently selected folder.

    Alternatively, the File > Open Externals menu item or Open Externals toolbar button may be used.

    The externals editor provides two views:

    1. Definition List
    2. Property Text

    The definition list provides a convenient list-based UI for editing the external definitions. The original property text can be accessed by clicking the Property Text button in the toolbar. The contents of the two views are kept in sync as the user switches between them.

    The list view also supports filtering, either using the provided search field to filter by source or target name, or using the predefined filters in the filter bar to filter by revision.

    When saving changes to svn:externals Cornerstone offers to remove the working copy folders of external definitions which have been removed. (#203, #429)

  6. Arbitrary Revisions can be Selected in Compare Views

    The comparison view was improved to support the comparison of arbitrary revisions. Pre-defined relative revisions such as HEAD and BASE can be selected as before, but the new view also allows revisions to be specified by date or number.

    Convenient toolbar buttons also allow for one-click comparison of BASE vs. WORKING and WORKING vs. HEAD.

    The compare tool also now supports comparison against PREVIOUS, and a toolbar button is available for one-click comparison of PREVIOUS against BASE.

    Finally, explicit revisions (as opposed to relative revisions) can be selected from the selected file’s log history using the popup revision picker. (#385, #428, #645)

  7. Create and Apply Patch Functions Added

    The File menu now contains two new functions: Save Differences as Patch… and Apply Patch….

    These functions can be used to create a diff patch file which can then be applied to another file or folder.

    Both functions are selection-sensitive and can be used to create patches from- and apply patches to both individual files and entire folders.

    The Save Differences as Patch… options allow the original and modified revisions to be specified (defaulting to BASE and the working version.) It also provides control over the ignoring of whitespace differences and whether or not folder contents are compared recursively to include changes in sub-folders.

    When invoked from the compare view, the Save Differences as Patch… function creates a patch file for the differences between the revisions displayed in the compare view. (#518, #736)

  8. Whitespace Options Added to Text Diff View

    Two options were added to the text diff view which control how whitespace is compared:

    1. Show Differences in Whitespace

      This option controls whether changes which only affect whitespace are displayed by the diff view. This setting is equivalent (albeit in inverted form) to the svn diff function’s --ignore-all-space option.

    2. Show Differences in Line Endings

      This option can be used to hide differences resulting from a change in newline character style (e.g. from Windows-style CRLF to Unix-style LF).

      This setting is equivalant (albeit in inverted form) to the svn diff function’s --ignore-eol-style option.

    These options can be toggled using the Show Differences in Whitespace and Show Differences in Line Endings items in the new Compare menu. They can also be enabled/disabled using the buttons embedded in the lower border of the text compare view.

    Both options are enabled by default. (#472)

  9. Line Numbers can be Enabled/Disabled in the Compare View

    Line numbers can now be toggled on/off in the text compare view. They are enabled by default.

  10. Image Information Overlay Added to Image Compare View

    An image information overlay was added to the image compare view which displays the dimensions and bit depth of the images being compared/displayed.

    If a file contains multiple images (e.g. ICNS files) then information is displayed for the first image.

    This information can be toggled on/off using the Show Image Information function in the Compare menu or using the toggle button embedded in the lower border of the image view. (#221)

  11. Background Color of Image Compare View can be Changed

    A new popup menu embedded in the lower border of the image compare view allows the selection of the view’s background color. The following colors can be selected:

    • Transparent (i.e. checkedboard pattern as used in previous versions)
    • White
    • 50% Gray
    • Black

    The popup menu displays these colors as icons on Mac OS X 10.5 Leopard. The menu items are displayed as text on 10.4 Tiger.

    The default background color is Transparent. (#264)

  12. Preferences Extended to Include Common Subversion Options

    Cornerstone’s preference window contains a new Subversion page which contains 3 sections:

    1. General

      The General section includes fields for editing the global-ignores property as well as controlling whether:

      1. check out, update and revert operations apply repository timestamps to working copy files, and

      2. files are unlocked following a commit.

    2. Auto Properties

      The Auto Properties page allows the user to add rules describing which properties are automatically added to files when they are placed under version control.

    3. Communications

      The Communications page enables the user to specify HTTP communication settings including proxy information and network timeouts. Proxy settings can be imported from Mac OS X’s proxy settings.

    These Subversion preferences are read from and written to Subversion’s configuration and are therefore shared by all Subversion client applications. (#143, #615)

  13. External Editor can be Configured

    Using a configuration user interface similar to Finder, the Inspector now contains fields which allow the external editor to be specified for the selected file.

    The editor association can be changed on both a per-file and per file-type basis. (#449, #599)

  14. Syntax Coloring Grammars Added

    The following grammars were added:

    • C#

      C# source files (.cs) are now displayed using syntax coloring. (#459)

    • HTML

      HTML files (.html and .xhtml) are now displayed using syntax coloring.

      Embedded Javascript/ECMAScript and CSS is displayed using the respective syntax coloring grammar. (#9)

    • Java Server Pages

      JSP pages (.jsp) and documents (.jspx) are now displayed using syntax coloring. (#680)

    • LaTeX

      LaTeX files (.tex) are now displayed using syntax coloring. (#643)

    • REALbasic

      REALbasic text files (.rbbas, .rbfrm and .rbmnu) are now displayed using syntax coloring. Binary REALbasic files (.rb) are not supported. (#677)

  15. Support Added for Deltopia’s DeltaWalker

    Cornerstone now includes integrated support for using Deltopia’s DeltaWalker as an external compare tool. (#679)

  16. Working Copy Folders can be Excluded

    Cornerstone’s sparse working copy support was extended to allow folders to be excluded. (#747)

  17. Revert Function Extended to Support Reverting to Arbitrary Revisions

    Versions v1.1 and earlier only supported the standard Subversion revert functionality of reverting modified files to a pristine copy of their BASE revisions.

    The revert function was enhanced in v1.5 to support reverting files to an arbitrary revision. (#531)

Performance Improvements

  1. Browser scrolling performance was improved

    Optimizations in rendering in the browser view resulted in a significant improvement in scrolling performance. Filtered scrolling speed was also improved. (#578)

  2. Text diff view rendering performance was improved

    The rendering performance improvements make scrolling significantly more fluid.

  3. FSEvents Used to Monitor File System Changes on Mac OS X 10.5 Leopard

    In v1.1, Cornerstone monitored the file system for changes by taking a snapshot of each working copy when the application was deactivated and then comparing that against the current state when the application was reactivated. This technique was used in order to maintain compatibility with Mac OS 10.4 Tiger.

    Although implemented using efficient algorithms and executed on background threads, this technique didn’t scale well with large numbers of working copies or with working copies which included very large numbers of files, resulting in high CPU usage when switching to or from Cornerstone and placing an unnecessary load on the file-system cache.

    This file system monitoring code was re-implemented for v1.5 to take advantage of the FSEvents infrastructure provided by Mac OS X 10.5 Leopard which allows an application to passively monitor a directory for changes, receiving events as changes are made to the directory’s files.

    The benefits of this change are numerous:

    • Switching to or from Cornerstone to another application no longer results in a short spike of CPU activity.
    • Decreased CPU load has a beneficial impact on battery life for notebook users.
    • Cornerstone’s RAM footprint no longer increases when the application is deactivated.
    • The technique scales to a far large number of working copies.
    • The CPU and memory overhead associated with large working copies is removed.

    Cornerstone v1.5 exhibits the same file monitoring behavior as v1.1 when running on Mac OS X 10.4 Tiger. (#154)

  4. Cornerstone Only Re-Scans Changed Working Copies at Startup

    The FSEvents infrastructure utilized when running under Mac OS X 10.5 Leopard allows an application to determine which files were changed when the application was not running.

    Cornerstone takes advantage of this facility to cache the change summary value displayed in the working copy source list and then only re-scan those working copies which have actually changed when the application is restarted.

    This should result in dramatically improved startup performance for users with large numbers of working copies (or working copies containing large numbers of files) which change infrequently.

    Cornerstone v1.5 exhibits the same behavior as v1.1 when running under Mac OS X 10.4 Tiger, i.e. all working copies are scanned at startup.

Usability Improvements

  1. Working Copy Folder Status Displayed in Source List

    The property status for a working copy’s top-level folder is displayed in the working copy source list next to the change summary badge. (#614)

  2. Filter Matches in Browser are no Longer Always Displayed in Bold

    In v1.0 and v1.1, items in the browser which match the current filter were always displayed in bold. This behavior was changed in v1.5, where only non-normal working copy items (i.e. modified, added, deleted, unversioned etc.) are displayed in bold. This allows the user to more readily recognize non-normal items when the browser is filtered.

  3. Key Operations Can Now be Canceled

    The following operations support cancellation:

    • Check Out
    • Commit
    • Export
    • Import
    • Update
    • History Log Cache Import
    • Create Patch

    Operations are canceled by clicking the Stop button in the activity area under the source list. (#347)

  4. Compare View Font Can Be Changed

    A new preference (in the General preference pane) allows the user to select which fixed-width font should be used in the text compare view. Font anti-aliasing can also be switched on and off using a second preference (Font smoothing).

    The default font remains 10pt Monaco with font smoothing disabled in the interest of both performance and backwards compatibility. (#469)

  5. Alternate Copy Function Added to Copy URL Without Username Component

    A new alternate menu function (Edit > Copy URL without User, Cmd+Option+C) was added to enable the user to copy the URLs of selected items without including the username component. (#662)

    In addition, a new preference (Include user name when copying URLs) on the General preferences page allows the default copy behavior to be inverted. Switching Include user name when copying URLs off causes the alternate menu function to be named Edit > Copy URL with User.

    The default behavior remains as for v1.0 and v1.1, namely that URLs copied to the pasteboard continue to include the username component.

  6. Cmd-Double-Clicking a Folder in Working Copy Browser Opens Folder in Finder

    Holding down the Command key while double-clicking a folder in a working copy browser will result in the folder being opened in Finder. Likewise, Command-double-clicking a file will reveal the file in Finder. (#666)

  7. Inspector Icon can be Dragged

    The icon in the top left-hand corner of the inspector can be dragged. Repository items may only be dragged to the repository browser. Working copy files and folders may also be dragged to other applications. (#521)

  8. History Log Import Performed on Background Thread

    History caching is performed in the three phases:

    1. Downloading log items from the repository
    2. Indexing the change paths for the downloaded log items
    3. Importing the revisions and change set information into the application’s log cache

    In previous versions, while the log download was performed in a background thread (and could be canceled) phases 2. and 3. were not. As a result, the import of large amounts of log data on the application’s main thread could leave the user with the impression that the application had hung.

    v1.5 improves on this behavior by:

    • Performing path indexing and revision import on a background thread
    • Providing accurate UI feedback on the progress of these operations
    • Allowing the user to cancel these operations

    These improvements combine to make the application’s handling of log downloads for large repositories more robust for the user. (#507, #673)

  9. Dock Bounce On Task Completion Can be Disabled

    Cornerstone bounces once in the Dock when in the background when a user-initiated operation (e.g. check out, update etc.) is completed.

    A new preference in the General preference pane (Bounce in Dock when an operation completes) allows this behavior to be disabled. (#685)

  10. Compare Navigation Functions Moved to New Compare Menu

    Compare view navigation (e.g. First Change, Last Change, Previous Change, Last Change etc.) were moved to the new Compare top-level menu, thus reducing clutter in the View menu.

  11. Compare Functions Renamed to be Consistent with Other Diff Tools

    The compare functions (e.g. Previous Change, Next Change) were renamed (to Previous Difference, Next Difference etc.) in order to use terminology consistent with other diff tools such as Apple’s FileMerge and Skorpiostech’s Changes

  12. Navigation Functions Added to New Go Menu

    The following functions with key equivalents were added to the new Go menu:

    • Back (Cmd+[)
    • Forward (Cmd+])
    • Enclosing Folder (Cmd+Shift+Up)
    • Top Folder (Cmd+Shift+Option+Up)

    The existence of these functions should improve keyboard-based browser navigation. (#694)

  13. Filter Sub-Menu Added to View Menu

    A new Filter sub-menu was added to the View menu. This sub-menu contains items for the pre-defined filters available in filter bars in the application’s various views (e.g. Changed, Newer in Repository etc.).

    Each of these filters has been assigned a key equivalent to improve keyboard-only usage. (#698)

  14. Working Copy Browser Double-Click Action can be Configured

    The action performed when a working copy file is double-clicked can be configured using the Double-clicking working copy file preference in the General pane of the application’s preferences. (#700)

    Possible values are:

    • Opens file in external editor

      Opens file using editor configured as the default with Finder/Launch Services. This is the same behavior as 1.1 and is the default.

    • Compares file

      Opens the file in the built-in compare view. The current/previously selected revisions are initially displayed.

    • Compares file using external editor

      Compares the file against BASE using the currently configured external compare tool.

  15. Edit > Select All Matches Menu Alternate Added

    Selects all items in the current browser which match the filter criteria. Intermediary non-matching folders are excluded from the selection. (#718)

  16. Missing Filter Added to Working Copy Browser

    A new filter was added to the working copy browser for missing files, i.e. files which are under version control but which are not present in the file system. (#725)

  17. Scroller Added to Working Copy inspector

    Scroller will appear in working copy inspector’s Properties tab if insufficient vertical space is available for the display of all properties.

  18. Path Control in Browser Improved to Better Handle Deep Folder Hierarchies

    Path control now dynamically compacts the text of the displayed path components rather than extending beyond the control’s visible bounds. (#739)

  19. Swap Revisions Button Added to Compare View

    A new Swap Revisions button in the compare view allows the left and right revisions to be swapped.

  20. Working Copy Browser View can be Sorted by Status

    The working copy browser view now supports sorting on the working copy status and repository status columns. (#487)

  21. Changes in Global Subversion Configuration are Automatically Adopted

    Cornerstone now monitors the Subversion configuration files in ~/.subversion/config and updates its internal state accordingly. (#627)

  22. Folder Creation is Performed on a Background Thread

    Folder creation was a blocking operation in v1.1. This behavior was improved for v1.5 and is now performed on a background thread. (#743)

  23. Multiple Folders can be Dragged onto Source List

    v1.1 only allowed a single working copy or repository folder to be dragged to the source list at a time. This limitation was removed for v1.5. (#733)

  24. Preference Added to Control Left-to-Right Ordering of Versions in Compare View

    Normally, when comparing two versions, the conceptually newer version is displayed on the right. For example, when comparing BASE against the working version, the working version is displayed on the right.

    This also applies when comparing HEAD against working: HEAD is assumed to be the newer version, post-dating the working version’s BASE revision and therefore providing motivation for the comparison.

    This behavior can now be controlled by selecting the Show working version on right value for the new When comparing versions option in the General preference pane, which will cause the working version to be placed on the right when comparing against HEAD. (#766)

  25. UI for Adding Existing Working Copies was Streamlined

    The UI displayed by the File > Add Working Copy… function no longer displays a custom modal sheet, instead displaying a standard open panel which also contains a field allowing the user to optionally specify a nickname for the working copy.

    The open panel also allows multiple working copy folders to be selected. (#786)

  26. Toolbar Improvements

    Many toolbar icons were redesigned to be clearer, more attractive and follow a more consistent visual style. The icons used to represent working copies and repositories in the source lists were redesigned accordingly.

    In addition:

    • A new Add Working Copy item was added (#820).
    • A new Refresh item was added (#464).
    • Check Out is now part of the default toolbar (#466).
  27. Activity View Moved from Toolbar to Underneath Source List

    In earlier versions, an iTunes-esque LCD-style view located in the toolbar provided feedback on pending operations. This view was removed from the toolbar in v1.5. The activity display is now located underneath the source list at the bottom of the main window in a new area labeled ACTIVITY.

    The primary motivation for this change was to afford the user more control and flexibility over the customization of their application toolbar. Moving the view to the lower left corner of the main window also results in the display being less distracting than when previously located in the center of the toolbar.

Compatibility

  1. Compatible with Mac OS X 10.6 Snow Leopard

    Cornerstone is compatible with the current Mac OS X 10.6 Snow Leopard ADC Developer Preview at the time of writing (10A411).

  2. Compatible with Mac OS X 10.4 Tiger

    Cornerstone is still compatible with Mac OS X 10.4 Tiger, albeit with some minor restrictions:

    • Dates can’t be entered into revision fields. Revision numbers should be used instead in combination with the popup revision picker.

    • Image compare view background color popup uses text instead of icons.

    Please note that v1.5 will be the last release compatible with Mac OS X 10.4 Tiger. Tiger compatibility will be dropped for future versions.

  3. Subversion 1.6 Support Added

    Cornerstone v1.5 includes Subversion 1.6.5 and is therefore compatible with both 1.6-based working copies and repositories.

    Cornerstone also continues to include both Subversion versions 1.4.6 and 1.5.6.

  4. Subversion 1.5 updated to 1.5.7

    The 1.5-level version of Subversion which is included with Cornerstone was updated to 1.5.7.

Compatibility

Backwards Compatibility

1.5 is fully backwards compatible with 1.1. All configuration and settings (including license information) are transparently migrated to 1.5 when 1.5 is run for the first time.

Forwards Compatibility

The 1.5 configuration databases are forward-compatible with 1.1, i.e. you can run 1.1 and 1.5 against the same configuration databases in your Application Support/Cornerstone folder.

Caveats and Limitations

1.5 is not compatible with Berkeley DB format repositories. This means that BDB repositories cannot be created or accessed using the file:// protocol.

We don’t expect this to be an issue for the majority of Cornerstone users as the File System format has been the recommended, preferred and default repository format for a number of years, It also is not supported by the svn client tools provided by Apple with Mac OS X 10.5 Leopard or Mac OS X 10.6 Snow Leopard.

Cornerstone can of course use BDB repositories served using the http://, https://, svn:// and svn+ssh:// protocols.

You have the following options if you need to use Cornerstone to access a BDB repository:

  1. Continue to use Cornerstone 1.1 to access your BDB repository. 1.1 can co-exist with 1.5 on the same computer.
  2. Use svnserve or Apache to serve your BDB repository using the svn:// or http:// protocols.
  3. Convert your BDB repository to FSFS format using the svnadmin tool’s dump and load commands.

Issues Resolved in 1.5 Beta 1

# Description
9 Implement HTML grammar.
143 Editing of user’s SVN configuration should be supported in preferences
154 Utilize improved file-system events under Leopard
203 Removing folder from svn:externals+update causes weird directory state
221 Display image size in image diff view
245 Log view should summarize number of changes in revision’s change set
246 Cache files should be removed when last repository/working copy which references it is deleted.
264 Add option to change background color for image compare view
347 Check out working copy can’t be canceled
385 Allow selection of revision in repository browser’s content view
402 Log view should display changes made to a file without having to select two revisions
407 .pch pre-compiled header files are not displayed with syntax coloring
409 ECMAScript regex strings are not always parsed correctly.
428 Add ‘Compare to previous version’ option to compare view
429 Provide editor for svn:externals
438 Cornerstone should show update/add/delete/conflict report following update
449 User should be able to override external file viewer applications on a per-file type basis
455 History view should show diff/contents of files in revision’s change set list
459 Add C# Syntax Grammar.
461 Tabs are not always displayed correctly.
464 Add toolbar button for refresh.
469 Allow configurable font size in diff views.
470 Add output view to dump the svn-generated output for each context.
472 Add option to ignore differences in whitespace in diff view.
484 Add ‘Add to Working Copy’ toolbar button
487 User should be able to sort by working copy item status
502 Add ability to view log in verbose vertical format a la svn log
507 Improve progress feedback during caching stage of history download.
518 Add function to create diff/patch file when comparing two versions
521 Icon in inspector should be draggable.
566 Comparing multiple files against HEAD is inconvenient
578 Browser scrolling speed can be sluggish.
586 Revision selector should support revision list with log message summary
599 Application used to open file with double-click should be configurable
607 Error raised when committing added files in unversioned folders (i.e. folders which are scheduled to be added) when parent folder itself is not selected.
614 Changes to properties in the top-level working copy are not clearly visualized in the working copy source list.
615 Preferences should be extended to support editing of Subversion’s global ignore property
624 Date, property and lock columns in browser are drawn with incorrect foreground color when help or Spotlight menus are activated.
625 Working copy compare view should allow comparison against latest in repository when “Show Repository Status” is disabled
627 Cornerstone doesn’t pick up changes to Subversion’s global configuration (~/.subversion/config) without a restart.
631 User should be able to cancel initial connect in “Add Repository” window.
636 Browser/history view switch in toolbar should display tooltip.
637 Double-clicking file in log message window should compare against BASE
640 Issue tracking numbers are not formatted as URLs in history view for working copy files checked out using a URL which differs from the repository used to define the number rules.
641 Repository isn’t refreshed after commit if URL differs from that used to check out working copy.
643 Add syntax coloring support for LaTeX files.
645 Allow working version to be compared against an arbitrary revision
659 Display previous log messages directly from repository’s log in commit window’s recent message’s list
662 Allow user to copy URLs without always including the URL’s username component.
666 Cmd-double clicking a folder should open the folder in Finder.
673 Application appears to hang when importing large repository logs in the history viewer.
674 Entering a username which includes a backslash character (\) into the “Add Repository” sheet causes an error.
675 Folders with property conflicts can’t be reverted.
677 Add support for syntax coloring for REALbasic.
679 Add support for DeltaWalker as external compare tool.
680 Add syntax coloring support for JSP files.
683 Cornerstone crashes after permanently accepting self-signed SSL certificate when connecting to a repository for the first time.
685 Allow disabling of the bouncing of the app icon in the Dock on completion of a background operation.
687 Extend the help book documentation to describe the revert function.
688 Option-clicking disclosure triangle of expanded nodes in browser outline view does not recursively collapse folder contents.
690 Add key equivalent for “View > Show Repository Status”.
691 Filenames containing numbers are not sorted correctly by browser views.
692 Repository folder information shown in inspector is not updated after a refresh if the browser has been zoomed.
693 Removal/renaming of repository folder causes unrecoverable error for repository browsers zoomed to that folder.
694 Add key equivalents for browsing into and out of folders in browser views.
695 Working copy does not refresh repository status following change to source repository.
697 First Change and Last Change functions in View menu are only enabled after clicking in diff view to make it active.
698 Add key equivalents for the filters in the working copy and repository browsers.
699 Opening large JavaScript files in the file viewer can cause Cornerstone to hang.
700 Allow user to configure double-click action.
702 Revision selected for comparison should be persistent across multiple files
704 Commit causes application to hang for working copies with very large external references when “Before committing unversioned files” option is set to something other than “Do nothing”.
708 Add “Update…” to the working copy source list action menu
712 Tooltip isn’t displayed for location field in log event inspector
714 The Columns article in the help book does not describe the Unversioned status icon used in working copy browsers.
716 Right-clicking external in unversioned folder causes “Directory not a working copy” error.
717 Externals are not up-/downgraded with rest of working copy.
718 Add Select All alternate to select all non-folder matches in a filter browser view
719 Windows displayed as sheets detach from the main window when switching Spaces on Mac OS X 10.5 Leopard
722 Allow user to change Cornerstone’s license information after registration.
723 Recent messages in log message sheet should be displayed in popup rather than a modeless panel.
725 Add additional filters to the working copy browser.
726 Cornerstone crashes when ignoring very large numbers of unversioned files (i.e. 1,000’s) during a commit.
727 Multiple unversioned files added to svn:ignore as one operation are not added in the correct order.
729 Allow comparison of files in the log message window
734 Cornerstone hangs when adding or checking out a working copy in a certain conditions.
735 License entry window should ignore whitespace included with registration information.
736 Add functions to create/apply patch from/to a working copy.
738 Error message displayed when attempting to create a folder with an existing name is confusing.
739 Browser path control extends beyond visible bounds of view for deep folder hierarchies and can’t be clicked.
740 Cornerstone crashes when // specified as prefix to name for file or folder being imported.
742 SSH authentication fails when attempted by multiple Mac OS X user accounts
743 Folder creation should be implemented as background task
777 Show Contents for conflicted binary file (e.g. an image) results in an error

Issues Resolved in 1.5 Beta 2

# Description
633 Deleting missing file scheduled to be added to working copy causes error
733 Enable drag/drop of multiple working copies onto source list
744 Reverting to BASE fails for conflicted files if a conflict resolution file is missing
745 Error is raised when “None” is selected for right (i.e. modified) revision in compare view
746 Make release notes available to beta participants without requiring that application be started
747 Support exclusion depth when updating working copies
751 Timeline and log views are not updated following a commit
753 Working copy format should default to 1.6 on Mac OS X 10.6 Snow Leopard
754 Selecting revision in timeline view from a folder’s log result in an error
755 Replaced status icon is not displayed correctly in log view
756 It should be possible to specify filename when exporting files in the timeline view
757 Add export function to log view
759 Filter menu is disabled after application is deactivated and reactivated
760 External compare button is enabled in timeline view when revisions in folder’s change log are selected
761 “Compare Selected Revisions” item in “Compare using …” menu is disabled in timeline and compare views
762 “View > Show Contents” should show differences in selected change in log view
763 View toolbars display alternates even when window is not key
765 Filter bars should indicate item grouping by displaying separator items between groups
766 Add preference to control whether HEAD is displayed on left or right by default in compare view when comparing with WORKING version
767 Error message displayed by log view when repository is unreachable should not be modal
768 Add function to copy all visible items to pasteboard in log view
769 Update Subversion to 1.6.4
770 Revision fields in externals document should not be editable for repository folders
771 External definitions in editor’s list view can be dragged when opened from repository browser
772 Cancellation of drag operation in externals editor results in delete which can’t be undone
773 Starting refresh in repository browser before node expansion completes results in expanding node being displayed as file with generic icon
778 Menu item text (“Working Version (merged)”) in revision field popup menu is incorrect for working version of conflicted binary file
779 Scrolling performance in externals window is slow
780 Cannot use keyboard navigation (i.e. tab key) to navigate between revision fields in externals window
781 Moving mouse out of externals window can cause view to change scroll position unexpectedly
782 Keyboard tokens supported by revision fields are not discoverable
784 Tabbing between between fields in the preferences’ auto properties section doesn’t work
785 Remove BDB-related UI from repository creation sheet
786 Add working copy function should not show a custom sheet, but instead should display a standard open panel
787 Reverting conflicted binary file fails with an error if “Copy to Trash First” is selected
788 Revision picker doesn’t always display the latest log items when first displayed
789 Error and warning messages displayed in overlay views are editable

Issues Resolved in 1.5 Release Candidate 1

# Description
466 Check out working copy should be in default toolbar
790 Enable the use of external compare tools in the change list in the compare view
791 Overflow chevron in view toolbars should display the overflowed toolbar items
792 It should be possible to collapse the options section in the commit view
793 Allow inclusion/exclusion of file for committing when compare/diff view is active in commit view
795 Incorrect description displayed for relative revisions in diff save panel revision fields
796 Files displayed in compare view aren’t always refreshed after being modified in another application
797 Clicking on an issue tracking hyperlink in the log view replaces the log view in Cornerstone with the contents of the linked page
798 Replace term “pasteboard” with “clipboard” in log view
799 Extend log view filter to allow searching by revision number
800 Change lists in log view should be collapsed by default
801 Improve readability of revision headings in log view
802 Revision timestamps should not include seconds in log view
803 Extend log view to visually group revisions by date
804 Cornerstone does not respect the “Jump to here” scroll setting in Mac OS X’s Appearance preference pane
805 Update Subversion to 1.6.5
806 Update Subversion to 1.5.7
807 Can’t exclude working copy folder which has a depth of “Folder Only”
808 Open in Finder should be disabled for package files
809 Add button for “Open in Finder” function to working copy file browser’s toolbar
810 Error text displayed in error message views should be selectable
811 REALbasic files (.rbbas, .rbfrm and .rbvcp) are not displayed as text on Macs where REALbasic is installed
813 Null characters (i.e. ASCII value zero) in file cause compare view to hang while applying syntax coloring
814 CSS syntax coloring grammar does not parse unicode ranges correctly
815 ex, in, mm and cm units are not parsed correctly by CSS syntax coloring grammar
816 *, @-prefixed selectors (e.g. @font-face) are not colored correctly in CSS files
817 Add buttons for common first steps (adding repository, working copy) to the welcome view
818 Move Go menu to be positioned to the right of the View menu for consistency with Finder
819 Toolbar in external definition editor can’t be customized
820 Add toolbar item for “Add Working Copy…”
821 Changing filter in externals window has no effect
822 Scheme-only URL in Add Repository sheet is truncated
823 “Unrecognized notification” is displayed in transcript view for notifications specific to Subversion 1.6

Issues Resolved in 1.5 Release Candidate 2

# Description
531 Enable revert to arbitrary revision
824 Compare view fails when comparing against an empty file
825 Application crashes under certain conditions when dragging items in a working copy’s file view
826 Commit toolbar button should be available when commit view is active and should perform the same function as the commit view’s “Commit Changes” button
827 Check out and update toolbar item images should be more distinct
828 Pressing key equivalent for default button in sheet does not trigger action when revision field is first responder
829 Pressing the delete key in a revision field in date entry mode should switch to text entry mode
830 Revert toolbar icon needs improvement
833 Pressing shift when scrolling with a single-axis mouse wheel should scroll compare view horizontally

Issues Resolved in 1.5 Final

# Description
834 Cornerstone crashes which launching if the application’s path contains non-ASCII characters
835 Right-clicking and selecting “Quick Look” causes the previously selected file to be displayed
836 Inconsistent working copy formats result in a “This client is too old…” error. Cornerstone should handle this error more gracefully, offering the user to upgrade the working copy to the newer format
837 Compare view’s difference navigation functions shouldn’t be disabled when first or last difference is selected
838 Icon for preference panel’s “Working Copies” page is inconsistent with new source list icon
841 “No Selection” and “No Information Available” placeholder texts in inspector are wrapped excessively at the inspector’s default size
842 Commit doesn’t start when “Commit All Changes to” is selected from the dock menu for a working copy which hasn’t been activated

Release Notes for 1.1.7.23 (v1.1.7)

Filed under: Cornerstone,Release Notes — Administrator @ 8:16 am

Resolved Issues

# Description
Updated the FAQ to include information about changes in Pages', Numbers' and Keynote's file formats with iWork '09 which enable these files to be managed by Subversion without issue.
664 Selecting path in working copy sheet after entry of nickname results in an error.
665 Save file sheet displayed by history Export function is closed when “New Folder” button is pressed.
668 Error is displayed in browser for working copies containing externals in symlinked folders.
669 Error is displayed by browser for working copies which contain externals located in unversioned folders.
670 Items in log message “Recent Messages” list can be edited.
671 BBEdit integration broken with BBEdit version 9.1.
672 “Cannot display the contents of the selected file” is displayed for text files which have a svn:mime-type which is not recognized by Mac OS X.

Release Notes for 1.1.6.22 (v1.1.6)

Filed under: Cornerstone,Release Notes — Administrator @ 12:26 pm

Resolved Issues

# Description
Grammar error fixed in tags article of terminology section of help book documentation.
FAQ updated to include article on version control of files with resource forks.
Import section added to help book.
480 Displaying large XML files causes the application to appear to hang.
646 Credentials are always prompted when accessing a repository which requires authentication for read access via a working copy’s external definition.
647 Revision, author, commit date and URL are not displayed for external reference folders.
648 Hand cursor is not displayed for issue number hyperlinks in log event inspector’s log message field (Mac OS X 10.5 Leopard only).
649 Multi-line inspector fields do not display an ellipsis when truncated (Mac OS X 10.5 Leopard only).
650 Progress indicator and task description are not displayed in toolbar during import operations.
651 Repository status is removed from working copy browser after brief display in certain situations.
654 FileMerge isn’t found on systems which have only had Xcode tools installed.
655 Clicking on browser view options buttons in quick succession can result in incorrect state being displayed.
656 History is not displayed correctly for single unversioned item when accessing server log directly (i.e. uncached).
657 Depth popup in update options sheet is set to -2 (Mac OS X 10.4 Tiger) or is empty (Mac OS X 10.5 Leopard) for multiple selection in 1.5-format working copy.
658 Incorrect status may be displayed for externals defined using 1.5’s relative URL syntax.
661 Add pattern for FogBugz issue tracking system (BugzID:###).
663 Refreshing the repository browser results in contents disappearing when view is zoomed to a collapsed folder.

Release Notes for 1.1.5.21 (v1.1.5)

Filed under: Cornerstone,Release Notes — Administrator @ 2:14 am

Resolved Issues

# Description
536 Aliases to working copies can’t be specified in Add Working Copy window
610 Text diff view can’t be activated to become the key view (i.e. first responder)
611 Task monitor in toolbar gets stuck in paused state when error is raised when closing a sheet
613 History can’t be displayed for schemes containing custom tunnels with invalid characters such as underscores
632 Can’t drag alias of working copy or repository folder onto working copy source list
634 Trial period warning window continues to be displayed once a day until the application is restarted after license registration
635 Application rendering performance can become sluggish at times (sheets resize slowly, browser and diff view scrolling is less fluid)