Hi,
I updated subclipse to latest 1.8 version and upgraded projects in
workspace. I made few commits and updates without problems, but on a
latest commit with a lot of files changed got an error popup:
'SVN Commit' has encountered a problem.
Details:
org.apache.subversion.javahl.ClientException: SQLite error
svn: database table is locked
svn: database table is locked: NODES
org.apache.subversion.javahl.ClientException: SQLite error
svn: database table is locked
svn: database table is locked: NODES
Stack trace from Error log:
org.tigris.subversion.svnclientadapter.SVNClientException:
org.apache.subversion.javahl.ClientException: SQLite error
svn: database table is locked
svn: database table is locked: NODES
at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.addFile(AbstractJhlClientAdapter.java:223)
at
org.tigris.subversion.subclipse.core.commands.AddResourcesCommand.run(AddResourcesCommand.java:144)
at
org.tigris.subversion.subclipse.core.SVNTeamProvider.add(SVNTeamProvider.java:124)
at
org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:70)
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: SQLite error
svn: database table is locked
svn: database table is locked: NODES
at org.apache.subversion.javahl.SVNClient.add(Native Method)
at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.addFile(AbstractJhlClientAdapter.java:220)
... 8 more
What I think is, this could be caused by an automatic update setting I
have in the workspace. I was doing a commit from Eclipse by having a CDT
project built with an external command line builder.. So maybe subclipse
got puzzled..
--
Best regards
Mikhail Barg
Jabber: mba_at_cosmigo.ru
Skype: mikhail.barg
ICQ: 132560784
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2858437
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-10-18 16:23:05 CEST