Hi
I just yesterday checked out the subclipse-3 repository from the
repository head and
build it for Linux. (as well as javahl)
If you send your patches I could try them.
Is commit always working ok for you?
I have noticed two commit related problems when using subclipse with the
eclipse 3.01.
Problem 1
-------------
- I created project "test1"
- I selected "Team/Share" Project
- I selected SVN repository
- I selected to use project name "test1" as a workspace location and
pressed "finish button"
--> Synchronization view opened
- I selected couple of java files to commit
--> Details detail dialog opened
- I pressed cancel button
- I selected again some files to commit
--> Nothing happened
--> In the eclipses system out I noticed following errors
[mlaitio@w2_iiris current]$
org.tigris.subversion.subclipse.core.SVNException[-6]:
org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: Bogus revision information
given
svn: Unrecognized revision type requested for
'/home/mlaitio/own/gradu/workspace/WinKMCommonLib'
at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.propertyGet(JhlClientAdapter.java:1214)
at
org.tigris.subversion.subclipse.core.resources.LocalResource.getSvnProperty(LocalResource.java:395)
at
org.tigris.subversion.subclipse.ui.settings.ProjectProperties.getProjectProperties(ProjectProperties.java:214)
at
org.tigris.subversion.subclipse.ui.subscriber.CommitSynchronizeOperation.confirmCommit(CommitSynchronizeOperation.java:56)
at
org.tigris.subversion.subclipse.ui.subscriber.CommitSynchronizeOperation.run(CommitSynchronizeOperation.java:162)
at
org.tigris.subversion.subclipse.ui.subscriber.SVNSynchronizeOperation.run(SVNSynchronizeOperation.java:58)
at
org.eclipse.team.internal.ui.actions.ProgressDialogRunnableContext$3.run(ProgressDialogRunnableContext.java:129)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at
org.eclipse.team.internal.ui.actions.ProgressDialogRunnableContext$2.run(ProgressDialogRunnableContext.java:126)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Caused by: org.tigris.subversion.javahl.ClientException: Bogus revision
information given
svn: Unrecognized revision type requested for
'/home/mlaitio/own/gradu/workspace/WinKMCommonLib'
at org.tigris.subversion.javahl.SVNClient.propertyGet(Native Method)
at
org.tigris.subversion.javahl.SVNClientSynchronized.propertyGet(SVNClientSynchronized.java:619)
at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.propertyGet(JhlClientAdapter.java:1207)
... 9 more
Problem 2
--------------
- Create java project "test2"
- Select "Team/Share Project"
- Select SVN repository
- Select not to use project name "test2" as workspace location
--> use instead location "code/test2"
- Press finish button
--> error. I do not remember exact error but this did not work
anyway. It will work with the Eclipses CVS plugin.
Does anybody have any idea for these? I can also try to investigate them
myself but it would be nice to hear
whether others are also having same problems or are they just related to
my Linux/Eclipse301/Subversion113 environment.
Mika
Received on Sat Jan 22 19:48:39 2005