Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Subversive Plan

Revision as of 14:26, 17 April 2008 by Djspiewak.gmail.com (Talk | contribs) (Ganymede simultaneous release)

Goals and priorities

The Subversive project team performs hard work in order to reach several important targets:

  • Include the Subversive project into the Ganymede simultaneous release process
  • Make SVN 1.5 support available as fast as it is possible after SVN 1.5 released
  • Fix lot of well known critical issues
  • Introduce new important features like merge UI, compare UI which will support folders comparison for SVN 1.5 and lot of minor improvements.

The most important tasks are SVN 1.5 support and inclusion into the Ganymede simultaneous release process.

Supported platforms

In compare to previous releases set of supported platforms are reduced. New Subversive builds do not support nor Eclipse 3.2 and earlier, nor JRE 1.4. In the future this solution should allow us to make project code more clean and stable.

So, the Subversive project will support:

  • Eclipse Platform 3.3.x and 3.4.x
  • JDK/JRE 1.5.x and 1.6.x
  • SVN versions 1.1.x-1.4.x using SVN 1.4 compatible connectors
  • SVN version 1.5.x using SVN 1.5 compatible connectors.

Categorized tasks

Ganymede simultaneous release

In order to include the Subversive project into Ganymede simultaneous release process we should perform following tasks:

  • Check the plug-in compatibility with the Ganymede builds [done]
  • Check Ganymede simultaneous release requirements [done]
  • Rework bug reporting subsystem to the Mylyn-based one [done]
  • Receive parallel IP process acceptance [done]

SVN 1.5 API support

Subversion 1.5.x support requires performing the following tasks:

  • Rework SVN connector interfaces in order to make it clean and usable [done]
  • Include support of all new SVN 1.5 API features [in progress]
  • Add SVN 1.5 features support into the plug-in functionality where required

Important UI features

Most important features which will be introduced in the Subversive release are “merge UI” and correct and complete "compare UI". These features requires as prerequisite lot of work related to SVN 1.5 support and now work on both these features are in progress.

  • Introduce Merge UI itself {{task-done}
  • Support SVN 1.5 features for Merge UI
  • Introduce compare UI for folders {{task-done}
  • Introduce new compare modes (compare with branch, tag etc.) {{task-done}

Improving Eclipse Team API support

Subversive now supports minimally required Team API set. Most of these API’s were introduced in the Eclipse Platform version 3.0.x. The Eclipse Platform version 3.2 additionally provides new integration API’s which also should be supported by the Subversive project in order to improve integration abilities.

  • Implement IFileHistory interface [done]
  • Move the Subscriber code into the Subversive core module
  • Improve resource decoration support
  • Grouping related changes
  • Check and improve support for Logical Model Integration (operation scope, model-based merging, model content in team viewers)

Lot of fixes and minor features

We have lot of issue reports and tip for improvements on our tracker. Most important of these reports should be processed until Subversive is released.

  • bug 211422: bugtraq properties not read for new files [done]
  • bug 212033: Subversive Preferences dialog is substantially too wide [done]
  • bug 212029: Label Decorations preview widget in preferences window is too small [done]
  • bug 211398: Imporve "Problem Dialog" [done]
  • bug 211250: Show the difference between the modified version and the current SVN revision [done]
  • bug 211272: Create Unified Diff action handles direction incorrectly [done]
  • bug 211390: ClassCastException in ShowConflictEditor operation [done]
  • bug 211402: Improve validation in SVN Properties dialog [done]
  • bug 211403: Improve SVN properties support [done]
  • bug 211239: Allows to work with non-conflicting resources for "Override and ..." operations [done]
  • bug 211416: Add Create Patch action to Synchronize view [done]
  • bug 211407: Add Ignore action to Commit dialog [done]
  • bug 211404: Show conflicting resources in Commit dialog [done]
  • bug 211242: Replace with Branch/Tag/Origin [done]
  • bug 211399: Enhance automatic project share [done]
  • bug 211410: Add revision folding ability to History view [done]
  • bug 211417: Allows to override committer name for different protocols [done]

Subversive build schedule

Subversive Build Eclipse Build Time Point (+2) Notes
0.7.0 (M1) Eclipse 3.4M5 2008, 18 February Most API changes
0.7.0 (M2) Eclipse 3.4M6 2008, 7 April API Freeze
0.7.0 (M3) Eclipse 3.4M7 2008, 6 May All features implemented
0.7.0 Eclipse 3.4RC1 2008, 20 May Release 0.7.0
0.7.1 Eclipse 3.4RC2 2008, 27 May Bug fix
0.7.2 Eclipse 3.4RC3 2008, 3 June Bug fix
1.0.0 Eclipse 3.4RC4 2008, 10 June Release 1.0.0
  Eclipse 3.4.0 2008, 23 June  

Back to the top