[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: possible bug - org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 10 Feb 2011 16:10:41 -0500

See this FAQ:

http://subclipse.tigris.org/wiki/PluginFAQ#head-73584410a8d4fbad6781c7b16be39f6518410a61

The error usually means that some tool you are using deleted a folder
and then recreated it. The problem is that this deletes the .svn
metadata folder inside it.

SVN 1.7 will solve this problem by not needing these .svn folders in
every folder.

Mark

On Thu, Feb 10, 2011 at 4:00 PM, Shannon Dillman
<shannon.dillman_at_gmail.com> wrote:
> Hello there,
>
> I am writing because my Subversion is reporting a situation that it
> feels is a bug. Unfortunately, I am not really a programmer (yet), so
> please accept my apologies in advance for any shortcomings in this
> report.  I am also not dead certain that when it says "please report,"
> it means the report is to go to you, to Oracle, or....?
>
> Per the Synaptic package manager on my Ubuntu 10.04, my Subversion is
> up to date.
>
> I was attempting to commit a shiny new Wordpress folder to my svn. It
> happens every time I try.  Here's the report - hope it is helpful:
>
> -----
>
> Message:
> org.tigris.subversion.javahl.ClientException: Working copy not locked;
> this is probably a bug, please report
> svn: Commit failed (details follow):
> svn: Directory '/var/www/kendradodd/blog/wp-content/themes/modularity-lite/.svn'
> containing working copy admin area is missing
>
> Exception Stack Trace:
> org.tigris.subversion.svnclientadapter.SVNClientException:
> org.tigris.subversion.javahl.ClientException: Working copy not locked;
> this is probably a bug, please report
> svn: Commit failed (details follow):
> svn: Directory '/var/www/kendradodd/blog/wp-content/themes/modularity-lite/.svn'
> containing working copy admin area is missing
>
>        at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:325)
>        at org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.run(CheckinResourcesCommand.java:118)
>        at org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:469)
>        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
>        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
>        at org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:464)
>        at org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.run(CheckinResourcesCommand.java:94)
>        at org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:139)
>        at org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:124)
>        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:55)
> Caused by: org.tigris.subversion.javahl.ClientException: Working copy
> not locked; this is probably a bug, please report
> svn: Commit failed (details follow):
> svn: Directory '/var/www/kendradodd/blog/wp-content/themes/modularity-lite/.svn'
> containing working copy admin area is missing
>
>        at org.tigris.subversion.javahl.SVNClient.commit(Native Method)
>        at org.tigris.subversion.javahl.SVNClient.commit(SVNClient.java:524)
>        at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:319)
>        ... 13 more
>
> Session Data:
> eclipse.buildId=M20100211-1343
> java.version=1.6.0_22
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Command-line arguments:  -os linux -ws gtk -arch x86
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-02-10 22:11:19 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.