Login | Register
My pages Projects Community openCollabNet

View announcement

2020-03-13: This site is going to be decommissioned and shut down very soon. Please copy and archive any data you wish to keep ASAP

View original article

Headline Subclipse 0.9.0 Released
Date Feb 23, 2004
Contributed by Jason Robbins

Announcement

Subclipse 0.9.0 is released for Subversion 0.37. Initially for Windows with Linux and OSX to follow shortly. This release contains the following changes
  • updated for svn 0.37.0
  • Issue 48 - Pending Operations View default show values are true and also fixed NPE when trying to refresh view without anything selected
  • Issue 29 - Sharing a project needing a refresh
  • Issue 38 - Force delete so remotely removed files can be removed locally as well
  • Issue 42 - Fix assumption of single depth project dirs on checkout when finding the .project file
  • Issue 21 - Fixed extra repo location creation on checkout (and share)
  • stopped printing stack trace when .project file cannot be found
  • action org.tigris.subversion.subclipse.ui.openLogEntry does not exist and is causing some errors in the logs
  • CommandLine adapter refactoring
  • Added caching of Local Resource status
  • Removed use of internal Eclipse APIs and tested support of single binary for Eclipse 2.1.x and 3M7
  • Included documentation as part of the package (Help->Help Contents)

Known Issues

  • When using the JNI bindings log information will not currently follow copies. Waiting for patch to be applied to Subversion bindings. Meanwhile use CommandLine bindings to see complete log (Window->Preferences->Team->SVN->SVN Interface)
  • Compare won't work with a recently moved file. Subversion List also stops on copy and we use this information to determine the most current revision. If the last revision was the file being moved then svn list ignores this. While Subversion fixes this or we come up with another way to get the current revision, do a dummy commit on the file so SVN List will see the latest revision