Subclipse Changelog
This file documents all of the changes that have been made to Subclipse beginning with the 1.10.0 release process.
Please visit
http://subclipse.tigris.org/ for the latest information on Subclipse.
The latest version of this file can be viewed directly from our
website at
http://subclipse.tigris.org/subclipse_1.10.x/changes.html. Please
note that the file on the website may contain information about changes
that have not yet been made available in a release. Generally, these changes
will be available in the next release but it is also possible that a change
will be pulled out due to testing problems.
NOTE: As of Subclipse 1.10.0, the minimum Subversion JavaHL requirement is
1.8.0.
NOTE: SVNKit support is NOT currently available for Subversion 1.8. You must
either use JavaHL or stick with Subclipse 1.8.x releases until SVNKit is available.
Version 1.10.3
Oct 16, 2013
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.10.3
- SVNKit 1.8.0-Beta2
- Performance - make check for read-only file decorators optional and off by default. (1540)
- Improvements to compare with branch to resolve tree conflict scenarios. (1549)
- Enhance Replace with Branch/Tag dialog. (1552)
Version 1.10.2
Sept 3, 2013
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.10.2
- Update JavaHL to SVN 1.8.3
- SVNKit 1.8.0-Beta
- Fix RevisionRange passed to merge API so that it will correctly determine type of merge to run. (1544)
- Don't log an error when trying to get info for an unversioned folder. (1538)
- Fix SVNMoveDeleteHook so that it does not interfere with moving a file or folder to a project that is not under version control. (1536)
- Null proof CleanupResourcesCommand. (1535)
- Fix potential NPE in history view when log entry containing a bug id is selected (with certain bugtraq:logregex patterns). (1539)
- Don't show multiple prompts when files from multiple projects added to svn:ignore from sync view. (1543)
Version 1.10.1
July 25, 2013
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.10.1
- Update JavaHL to SVN 1.8.1
- Fix commit error when bugtraq:message is defined, but not bugtraq:label. (1526)
- Automatically refesh SVN Properties view after property is added, deleted or modified. (1527)
- When updating status cache, do not attempt to get statuses from unversioned folder. (1531)
- Null proof CleanupResourcesCommand. (1535)
Version 1.10.0
June 18, 2013
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.10.0
- Update JavaHL to SVN 1.8.0
- Include svn:auto-props and svn:global-ignores in list of known properties. (1512)
- Custom decorator for moved resources. (1510)
- Show where item was moved from/to in Commit/Revert dialogs, and Sync view. (1510)
- Tree conflict resolution enhancements. (1517)
- Use new inherited properties support to get bugtraq properties rather than walking the working copy ourselves. (1511)
- Use new inherited properties support to check for DeferFileDelete property, rather than walking up the working copy ourselves. (1511)
- Use diff --summarize to compare working copy to latest from repository. (1516)
- Use diff --summarize to compare with Branch/Tag. (1516)
- Fix exporting SVN Repositories preferences. (1520)
- Fix potential deadlocks between RevertResourceManager jobs and other Subclipse jobs. (1523)