Subclipse Versions Save

Subclipse - Eclipse SVN Provider

4.3.4

10 months ago
  • Replace deprecated resource view and classes #262
  • Fixed bug in RepositorySorter when branch name contains more than 6 consecutive digits #265

4.3.3

3 years ago
  • Fix NPE in Share Project #151

4.3.2

3 years ago
  • Update SVNKit to 1.10.2
  • Support JavaHL 1.14
  • Remove deprecated Assert class #144
  • Null proof Show Annotations check for open editor that can be used #139
  • Fixes to decorators in Sync view #137
  • Fix repo sorter so that comparison is consistently case insensitive #135
  • Remove references to CloudForge and tigris.org
  • Move build/release process from Travis to Github Actions
  • Store zipped update site with release

4.3.1

3 years ago

Replaced with 4.3.2 (which just includes the zipped update site with the release)

4.3.0

5 years ago
  • Reorganize JavaHL into a separate feature so we can support either SVN 1.10 or 1.11
  • Expose all JavaHL packages #60
  • add peg revision to URL in pinned externals #68
  • Support SVNKit 1.9.x #76
  • Fix NPE on branch switch #75
  • Case-insensitive repository sorting #36
  • 'Open With' menu for remote files #73 #54
  • Fix NPE on TeamAction.selectionChanged when target part is disposed #77
  • Fix NPE on branch switch when workspace has project with null location #74
  • Fix pre-merge best practices check so that a file external does not cause 'Working copy at a single revision' failure #66
  • Option to compare history view revision or changed path to previous revision on double click #15
  • Fix CommitCommentArea so that commit dialog, commit properties dialog, and other dialogs that use it will respect theme colors #44 #45
  • Detect edits made from compare editor #8
  • Fix compare editor save when left and right sides are swapped #23
  • Enable Compare with Version option for folders #7
  • Fix folder/project revision comparison so that adds/deletes not reversed #6
  • Fix status decoration for symbolic links #84
  • Add preference to disable refresh of status cache #48

4.2.4

6 years ago
  • Update client adapter API to latest build
    • Contains fix for SVNUrl with # in name #33

4.2.3

6 years ago
  • Added support for a JVM property to disable banner ad
  • throw a more specific exception on malformed project reference strings #25
  • replace gif images removed in Eclipse 4.7 #43

4.2.2

7 years ago
  • CommitOperation: fix double-free on disposed SVN client #14

4.2.1

7 years ago
  • Added set-version.sh script to assist with starting a new version
  • Fixed missing console messages #10

4.2.0

7 years ago

Moved project to Github and pruned out binaries and some of the old content. Split svnClientAdapter and svnAnt into their own repositories. Rearranged folder structure to take advantage of all of this and setup build using Maven and Tycho. Setup automated builds using TravisCI and post snapshots and release builds to Bintray.

As part of moving the build to Tycho, made some additional changes that just made this easier:

  • Updated minimum required Eclipse version to 4.2/Juno
  • Updated Java requirement to Java 1.6 or later
  • Increased Subclipse version number to 4.2.0
  • Simplified feature/plugin structure. Everything required is part of the Subclipse feature. This might have some impact on upgrades.
  • Moved the CollabNet Merge plugin into this repository and included it in the feature.
  • Setup a repository for m2eclipse plugin and include it on our update site

Fixes:

  • Fix NPE after attempting to switch to bad URL (1654)
  • Fix recursive revert of folders that were removed outside Eclipse (1649)