Re: Subversion Exception! line 647: assertion failed (peg_revnum != SVN_INVALID_REVNUM)
Thomas Harold nybeta.com> writes: > > On 6/20/2013 11:55 PM, Sandeepan Kundu wrote: > > > > Tried going back to 1.7, but it is telling project is in higher version : (( > > > > how to use now, my development is getting affected!!! > > I suggest renaming your old (upgraded to 1.8) working copy out of the > way, doing a fresh checkout using 1.7 into a fresh working copy folder, > then copying over changed files from the upgraded 1.8 working copy which > isn't working. > > Naturally, making a backup of the borked working copy is strongly > suggested if you had uncommitted changes. > > I am getting the same error. Fresh install of 1.8. I was trying to Import a folder into a new Repository. then I tried to invoke the repo browser. Same error both times. Trying to connect to Unfuddle.
possible bug - org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
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
Re: possible bug - org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
Thanks guys - I was just reporting a bug, and didn't expect help. It is much appreciated, and I now have things working. Ryan - that's why I qualified "up to date" with "per the Synaptic package manager" I am sorry I didn't specify further, which brings me to Andy - you were right. 1.6.6 is what's installed, and I should have known to dig a little deeper and not believe the package manager, since I JUST installed Wordpress itself from a download, since the version in the package manager was quite old. Mark - thank you for pointing me at the FAQ. I deleted the project, cleaned the Wordpress folders of everything .svn, re-created the project - and got the error back. Repeated the above, but instead of creating it as a PVP project, I created it as a general web project (I'm not really going to build anything). Et voila! Also thanks for the heads up on V 1.7 - I am really looking forward to that. Again, I appreciate the help and ideas. On Thu, Feb 10, 2011 at 4:44 PM, Ryan Schmidt wrote: > > On Feb 10, 2011, at 15:19, Andy Levy wrote: > >> Please be sure to specify the actual version of Subversion you're >> using. "Up to date" could have two meanings here - up to date with >> regard to what's in the Ubuntu 10.04 repository, or up to date with >> regard to Subversion releases. From what I can tell, Ubuntu 10.04 has >> Subversion 1.6.5 or 1.6.6, and the current official release of >> Subversion is 1.6.15. > > It could also mean "up to date with what I think is up to date" in one of the > above two senses, which might be different from what is actually up to date. > > >