HomePathfinder ProductsPathfinder Subversion SolutionsPathfinder SubversivePathfinder New and Noteworthy

New and Noteworthy in Subversive – Subversion Team Provider for Eclipse

CONTENTS   Show...

1.0 (Juno) [27 Jun2 2012]

Besides concentrating on plug-in stability, in Subversive for Juno we've introduced a set of important features that should benefit those who uses SVN in their everyday work and those who use the Subversive plug-in in their products.

Subversion 1.7 support

Bugs 361257, 365627, 374582 and 372781. Besides major API changes, SVN 1.7 introduces a new working copy format which has no backward compatibility with the previous ones. So, our main goal was to minimize impact of new SVN API support on dependent tools and provide stable and easy ways to convert existing working copies into the SVN 1.7 format.

Latest SVN client libraries included

Bugs 374581, 375168 and 380075. There were many issues fixed recently in the SVN support libraries and so it is reasonable to update Subversive SVN Connectors with the most recent ones.

SVN client activity tracking API

Bugs 356023 and 356024. There were many requests about the ways to intercept a different SVN activities, like committing, updating, registering repository locations etc. After carefully checking all the requests we've introduced SVN client calls interception API and repository location listener API. When used together they allow tracking not only every SVN client function call, but can even modify its parameters when necessary. We're really thankful to those who spent their time discussing these API changes together with us: Jc Temp, Eike Stepper, Adrian.

UI commit extensions improvements

Bug 356025. IModifiableCommentDialogPanel interface was introduced. It allows override of an initial commit comment prior to opening the commit dialog. (Special thanks to Jc Temp.)

Smartcard login on Windows (MSCAPI Support)

Bug 351510. This feature enables login with smartcards for the SVNKit connector version 1.3.3 and later, and was contributed by Markus Oberlassnig (ilogs information logistics GmbH).

New decoration mode for branches and tags

Bug 359650. There are cases when you use a multi-project layout and your branches and/or tags structure are really complex. In this case it would be better to use new [fullpath] decoration mode, which will display the path starting from branches or tags root and up to the project, excluding project name itself.

Usability improvements

Bug 356042. When creating a patch and selecting save "In workspace", the default location of the selection dialog now is the project itself.

Bug 353875. Now the "Replace with Revision..." action allows "replace" to finish successfully even if there are locked files or if there are no changes to them (special thanks to Neels Hofmeyr).

Bugs 364407 and 370072. Now Subversive allows to solve both: property and content conflicts with the same "Edit Conflicts" action and all the actions related to conflict handling are now available in the Team menu too.

M7 [05 May 2009]

Support for files in svn:externals

Bug 269155. Since 1.6 version SVN supports for files in svn:externals. If the URL in a svn:externals description refers to a file, it will be added into the working copy as a versioned item. Here's a screenshot which shows file externals in SVN Repositories view:

Image:File-externals.png

Detection of tree conflicts

Bug 269156. Since 1.6 version SVN recognizes a new kind of conflict, known as a "tree conflict". Such conflicts manifest at the level of directory structure, rather than file content. Subversive detects tree conflicts during update/switch/merge operations and provides additional information about the conflict with the ability to edit it. Resources with tree conflicts have the same decoration as the resources with conflicts at the level of file content. You can edit tree conflicts by right-clicking conflicted resource and calling 'Edit Tree Conflicts' action. This is how 'Edit Tree Conflict' dialog looks like:

Image:Tree-conflict.png

M6 [18 March 2009]

Add a pre-commit check for files with errors and warnings

Bug 263442. If the resource to commit contains validation errors, e.g. Java file has compilation errors, there's a warning message in the top of commit dialog which says about it:

Image:Pre-commit-check.png

Add ability to create SVN repository

Bug 263951. This facility provides a probability to create a new repository on local drive. There are two kinds of file system type: File System and Berkeley DB which the user can select. There is option to create a repository location for just created repository which uses file:/// scheme (direct repository access). Accessible from 'SVN Repository View' (click on 'New Repository' button).

Note: The Create Repository operation is available only for JavaHL SVN Connector. If the user selects SVN Kit connector the action is not enabled.

Image:Create-repository.png

Configuration alternative of a diff viewer for MS-WORD documents

Bug 260236. User can configure external diff/merge programs used for comparing different revisions of files. User can associate an external diff program to specific file extension or mime type. For example, in order to specify file extension for doc files use .doc. Example of mime-type usage: text/plain. Also user can specify external diff program which will be applied for all files by using an asterisk(*) in extension/mime-type field.

For each file extension/mime-type user can specify following parameters: diff program path, diff program arguments, merge program path, merge program parameters. Diff program settings are applied for compare actions. Merge program settings are applied for Edit Conflicts action. The external program will need to obtain the filenames from the command line, along with any other command line options. Subversive is supplied with default configuration for file extension associations, default configuration includes paths to script files which allow to run external programs. It includes configuration for following file extensions: doc, docx, xls, xlsx, ppt, pptx, odt, ods.

Tip: Default diff handlers provided by Subversive are loaded and can be used only on Microsoft Windows. For other operating systems users can configure their own handlers.

This is how 'Diff Viewer' properties page looks like:

Image:Diff-viewer.png

M4 [29 December 2008]

Add synchronize pane to commit panel

Bug 245874. While committing resources, resources to commit can be shown in the similar way as in Synchronize view. There's a preference which allows to show resources either in old or new style.

Image:Commit-pane-pref.png

Here's how commit pane looks like:

Image:Commit-pane.png

Implement/use Team API's introduced in Eclipse 3.2

Bug 211251. Starting from 3.2 Eclipse provides support for Logical Model Integration. The logical model integration support defines API that allows logical models to participate in team operations. There was done a lot of work to support new Team API in Subversive, e.g. rework synchronize and merge subscribers and participants, change set changes, actions were re-worked to support logical models etc. There's a preference which allows to switch between old model and new model with logical model support.

Image:Logical-models-pref.png

Here is how new Synchronize view looks like, as you can see there's an ability to switch between different logical models, e.g. in 'Java Workspace' model synchronize view shows Java elements such as packages.

Image:Logical-models.png

iv>