********************************************************************************
* Subversive Change Log *
* *
* Subversive - a brand new Eclipse Client for Subversion (SVN) *
* See details at http://www.eclipse.org/subversive *
********************************************************************************
Now the Subversive project was moved to Eclipse.org and new version numbers was introduced.
Change Log's for older versions still present in this file.
Version 2.0.4.I20150123-1700 [23 January 2015]
Features:
* Add typical SVN errors description and possible solutions to help pages (bug 457516)
Fixes:
* Can't install Subversive SVN Integration for the M2E Project v2.0.3 (bug 457869)
* NPE at CopyRemoteResourcesToWcOperation [ID-QI8GK] (bug 457835)
* JRE 1.6 incompatibility [ID-HK8DF] (bug 456334)
* Automatic properties do not get applied to new files (bug 456640)
--------------------------------------------------------------------------------
Version 2.0.3.I20141224-1700 [24 December 2014]
Features:
* Improve status caching with SVN 1.7/1.8 connectors (bug 449932)
* Double click on folders in Compare Editor should expand/collapse them (bug 449598)
* There is no way to specify a multi-line property in automatic properties configuration (bug 445999)
* Unable to install Subversive via Eclipse Marketplace [add "Get Connectors" button into preferences] (bug 442249)
* Move Subversive m2e integration plugin to eclipse.org (bug 455407)
Fixes:
* There is a secure storage's password prompt when editing repo props even if the "save password" option is not set (bug 453465)
* [KeyBindings] SVN Sync and Commit keybindings no longer work (bug 309074)
* Subversive / Maven shortcuts conflict (bug 439499)
* [KeyBindings] SVN Sync and Commit keybindings no longer work (bug 309074)
* Symlinks treated incorrectly (bug 213197)
* Mistake in SVNEntryStatus documentation (bug 452715)
* Team->Add to SVN action's enablement is wrong for externally linked resources (bug 452714)
* Team->Show History action's enablement is wrong for unversioned resources (bug 452710)
* No content for conflicting additions in 3-way compare editor (bug 449601)
* Compare editor shouldn't try fetching content of folders as it does for files (bug 449597)
* Compare with: Importing new file problem (bug 423308)
* FileReplaceListener does not work in Luna (bug 449550)
* AddToSVNOperation.removeFromParentIgnore() breaks the "add to SVN" functionality [ID-OBDOR] (bug 446184)
* NPE if WorkspaceRoot is passed into FileUtility.getResourcePath() [ID-S7NIJ] (bug 445453)
* Automatic properties are processed wrongly when ; or = characters are used as value parts (bug 446000)
* In automatic properties configuration dialog only first = should separate name and value (bug 445997)
* In automatic properties configuration dialog ; character in a value part should not have a special meaning (bug 445998)
* The automatic properties editor validation does not validate the name and the value properly (bug 446001)
* Cleanup Subversive-M2E integration's code (bug 456134)
* Cancel button is disabled on "Validate Repository Location" progress dialog (bug 455204)
* Preserve compatibility with the previous keybindings scheme [Default] (bug 456139)
--------------------------------------------------------------------------------
Version 2.0.1.I20140907-1700 [07 September 2014]
Features:
* Refactor Log should be written into console (bug 211245)
* Update all SVN operations console output (bug 443135)
* Add API to convert SVN command options into command-line counterparts (bug 443132)
Fixes:
* There is an exception when unversioned resources selected for synchronizing [ID-OX0F5] (bug 426049)
* opening a closed project with svnkit 1.3.8 working copy with JavaHL 1.7 connector freezes Eclipse (bug 440297)
* bugtraq:url does not work with URL starting with / (bug 441393)
* Create patch with workspace root produces wrong result (bug 437106)
* Wrong enablement in Create Patch wizard for nested projects (bug 441039)
* FileNotFoundException while trying to save an imported from repository and not existing locally file in "Compare with revision" editor [ID-WQB6L] (bug 438953)
* When Project Explorer contains semanticfs then the error "SVN: '0x0040011a: Call Menu Action' operation finished with error: The resource is inaccessible" occurs on commit (bug 437623)
--------------------------------------------------------------------------------
Version 2.0.0.I20140609-1700 [09 June 2014]
Features:
* Document SVN API calls (bug 417770)
Fixes:
* Refreshing a folder shared with SVN should force Subversive to refresh its state, even if the .svn folder is outside that folder (bug 435601)
* Update SVN Cache locks the work space (bug 436727)
--------------------------------------------------------------------------------
Version 2.0.0.I20140519-1700 [19 May 2014]
Fixes:
* If performing changes via external program, Subversive does not show actual status (bug 430056)
* Delete file from SVN not work always (bug 434944)
* Java Refactoring + SVN: Selecting "Cancel" in resource locking dialog leads to empty error dialog (bug 433208)
--------------------------------------------------------------------------------
Version 2.0.0.I20140501-1700 [01 May 2014]
Features:
* Add support for Eclipse-SourceReferences header (bug 315011)
+ special thanks to Michael Schaufelberger
Fixes:
* Subversive crashes ID-PPJQ5 (bug 432930)
* ArrayOutOfBoundsException in IgnoreMethodPanel [ID-MFS28] (bug 433287)
* ResourceException in SaveProjectMetaOperation [ID-IE0RW] (bug 432177)
* Subversive produces unnecessary SVN error log entries for eclipse projects. (bug 431237)
* A virtual folder in project will cause "The resource is inaccessible" (bug 430349)
--------------------------------------------------------------------------------
Version 2.0.0.I20140309-1700 [09 March 2014]
Features:
* Allow freeform in SVN:IGNORE (bug 427577)
Fixes:
* Improve bug reporting code in SVNUtility.getWCRoot [ID-PH38V] (bug 428141)
* NullPointerException in "Merge properties" (bug 428253)
* NPE in EditTreeConflictsPanel [ID-LZRIO] (bug 425263)
* Ignored files shown as outgoing additions (bug 392750)
* There're unnecessary accesses to the file system while loading information on versioned resources (bug 427184)
* There is an exception in Synchronize View when handling an obstructed resource of unexpected kind (dir instead of file) (bug 427183)
* GetPropertiesOperation fails for deleted resource with SVN Kit 1.8.3 connector (bug 427093)
* SVN 1.7 working copy format detection fails with SVN 1.8.3 connector (bug 427092)
* Cannot commit package deletion (greyed out) (bug 426706)
--------------------------------------------------------------------------------
Version 2.0.0.I20131101-1700 [01 November 2013]
Features:
* Update SVN operations framework in order to support SVN 1.8 API (bug 423701)
* Provide access to SVN repository management API (bug 417769)
* Introduce SVN 1.8 API support (bug 417768)
* "Treat replacement as edit" should be true by default and should be represented in preferences (bug 419850)
Fixes:
* Button position should comply Linux "convention": positive button on the right-most (bug 422826)
* NPE in PropertyCompareInput [ID-KULS6] (bug 422623)
* Connectors discovery fails with exceptions on MacOS X (bug 418768)
* Synchronize view mistakingly treats workspace root as versioned resource [ID-NYQUI] (bug 417835)
* FileNotFoundException in FileUtility.copyFile [ID-JJCVG] (bug 421251)
* Deleting and replacing a resource is a SVN delete/add instead of a modif