Hi.
It is a couple of days that I'm occasionally receiving this error when
reverting a change with Subclipse:
org.tigris.subversion.svnclientadapter.SVNClientException:
org.apache.subversion.javahl.ClientException: Errore di SQLite
svn: unrecognized token: "[0001]"
svn: unrecognized token: "[0001]"
at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.revert(AbstractJhlClientAdapter.java:1176)
at
org.tigris.subversion.subclipse.core.commands.RevertResourcesCommand.run(RevertResourcesCommand.java:157)
at
org.tigris.subversion.subclipse.ui.operations.RevertOperation.execute(RevertOperation.java:55)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:73)
at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.apache.subversion.javahl.ClientException: Errore di SQLite
svn: unrecognized token: "[0001]"
svn: unrecognized token: "[0001]"
at org.apache.subversion.javahl.SVNClient.revert(Native Method)
at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.revert(AbstractJhlClientAdapter.java:1173)
... 8 more
(The 0001 is shown boxed in the error dialog, I guess it is the 16-bit
binary 1)
I'm fairly sure that it is something related to JavaHL only because the
same operation with the command-line on the same working copy works
without problems. I'm not sure if this has something to do with
Subclipse or Eclipse in general. It doesn't happen all times and closing
and reopening Eclipse fixes the problem somehow, so I think the working
copy is not corrupted.
SVN: 1.7.2
Subclipse: 1.8.4
Anyone else is getting this error ?
Is there a way to diagnose the problem ?
What does the error message means ?
Regards,
Marco.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2908562
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2012-01-13 15:30:05 CET