|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
bug reportHello. Though subclipse is used with eclipse3.5 The following errors occur if "Make with the repository to synchronization" is done with subversion.
Please continue your favors toward the investigation. --------- org.eclipse.team.core.TeamException: Error getting status for resource P/groupapply-templete org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
svn: Working copy 'C:\workspace\groupapply-templete\out\web\jsp' is missing or not locked at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(SVNWorkspaceSubscriber.java:261)
at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:223) at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:200)
at org.eclipse.team.internal.ui.synchronize.RefreshSubscriberParticipantJob.doRefresh(RefreshSubscriberParticipantJob.java:116) at org.eclipse.team.internal.ui.synchronize.RefreshParticipantJob.run(RefreshParticipantJob.java:309)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: org.tigris.subversion.subclipse.core.SVNException: org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
svn: Working copy 'C:\workspace\groupapply-templete\out\web\jsp' is missing or not locked at org.tigris.subversion.subclipse.core.SVNException.wrapException(SVNException.java:76)
at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.run(StatusAndInfoCommand.java:66) at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(SVNWorkspaceSubscriber.java:243)
... 5 more Caused by: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
svn: Working copy 'C:\workspace\groupapply-templete\out\web\jsp' is missing or not locked at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:453)
at org.tigris.subversion.subclipse.core.client.StatusCommand.execute(StatusCommand.java:62) at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.execute(StatusAndInfoCommand.java:53)
at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.run(StatusAndInfoCommand.java:64) ... 6 more Caused by: org.tigris.subversion.javahl.ClientException: Working copy not locked; this is probably a bug, please report
svn: Working copy 'C:\workspace\groupapply-templete\out\web\jsp' is missing or not locked at org.tigris.subversion.javahl.SVNClient.status(Native Method)
at org.tigris.subversion.javahl.SVNClient.status(SVNClient.java:114) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:442)
... 9 more
|
|
|
Re: bug reportOn Fri, Oct 9, 2009 at 12:46 AM, eri yoshida <eri.yoshida0418@...> wrote:
> Though subclipse is used with eclipse3.5 > The following errors occur if "Make with the repository to synchronization" > is done with subversion. > Please continue your favors toward the investigation. > --------- > org.eclipse.team.core.TeamException: Error getting status for resource > P/groupapply-templete org.tigris.subversion.javahl.ClientException: Working > copy not locked; this is probably a bug, please report > svn: Working copy 'C:\workspace\groupapply-templete\out\web\jsp' is missing > or not locked This FAQ gives some ideas: http://subclipse.tigris.org/wiki/PluginFAQ#head-73584410a8d4fbad6781c7b16be39f6518410a61 It usually means you ran some kind of build process that deleted and recreated your folders. When it did this, it also deleted the .svn metadata folders, which essentially breaks your working copy. -- Thanks Mark Phippard http://markphip.blogspot.com/ ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2405507 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |