Are any of the problems below reproducible by others? Are they known
issues? This is Subclipse 0.8.6 and Eclipse 3.0 M6 (Win2K).
1. Compare With->Latest From Repository uses wrong URL and fails:
***
list -r HEAD http://svn.collab.net/repos/subclipse/.classpath
Filesystem has no item
svn: URL non-existent in that revision.
***
The URL for the file (as shown in File->Properties->Subversion) is
actually:
http://svn.collab.net/repos/subclipse/branches/subclipse-3/core/.project
In another project, it tries:
list -r HEAD
http://svn.collab.net/repos/subclipse/trunk/build.properties
When it should be trying:
http://svn.collab.net/repos/subclipse/trunk/svnClientAdapter/build.prope
rties
2. SVN Revision History view only shows revision number for latest
revision. Cells in that column for earlier revisions are blank. I have
to double-click on the row and look at the window title to figure out
the revision number of a revision.
3. "Open" in SVN Revision History brings up dialog saying "The chosen
operation is not currently available", but this shouldn't be doing
anything different (should it?) from double clicking on a line, which
works fine.
4. In SVN Revision History, selecting two revisions and doing Compare
fails, with this exception thrown:
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2592)
[...]
at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialo
g.java:391)
at
org.tigris.subversion.subclipse.ui.SVNUIPlugin.runWithProgress(SVNUIPlug
in.java:113)
[...]
--
Graham Johnson
Gjohnson[at]alpineaccess.com
Java Software Engineer
Alpine Access, Golden, CO
Received on Sat Feb 7 07:07:53 2004