Problems committing changes in Indigo [message #728104] |
Thu, 22 September 2011 10:13  |
Eclipse User |
|
|
|
Am I the only one who's having a lot of problems with Subversive under
Indigo?
Main problem: many times, after committing, the IDE thinks that the
commit didn't occur, while it did! So, Eclipse is showing all my
outgoing changes, but if I browse the SVN repository I see that changes
have been committed actually. Doing an svn status says that my working
copy has no outgoing changes. The revisions of each file (shown in the
package explorer) are the correct updated ones.
Doing a Team => Cleanup does not help.
I have to close and reopen Eclipse to make Subversive realize I don't
have outgoing changes anymore...
After the commit operation I see many messages like this in the error log:
!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2011-09-22 15:47:44.139
!MESSAGE SVN: '0x0000011f: Get Properties' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2011-09-22 15:47:44.139
!MESSAGE Get properties for 'PMMainPortletLogic.java' failed.
!STACK 0
org.eclipse.team.svn.core.connector.SVNConnectorException: svn:
'/path/to/mypackage/mysubpackage/SomeFile.java' is not a working copy
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:1415)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.getProperties(SVNKitConnector.java:1280)
at
org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.getProperties(ThreadNameModifier.java:708)
at
org.eclipse.team.svn.core.utility.SVNUtility.properties(SVNUtility.java:289)
at
org.eclipse.team.svn.core.operation.local.property.GetPropertiesOperation.runImpl(GetPropertiesOperation.java:78)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternalDefault(ProgressMonitorUtility.java:77)
at
org.eclipse.team.svn.ui.panel.local.CommitPanel$CollectPropertiesOperation.processProperty(CommitPanel.java:852)
at
org.eclipse.team.svn.ui.panel.local.CommitPanel$CollectPropertiesOperation.runImpl(CommitPanel.java:838)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
at
org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: org.tigris.subversion.javahl.ClientException: svn:
'/path/to/mypackage/mysubpackage/SomeFile.java' is not a working copy
at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:779)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1924)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.properties(SVNClientImpl.java:1250)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.properties(SVNClientImpl.java:1224)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.getProperties(SVNKitConnector.java:1277)
... 16 more
Caused by: org.tmatesoft.svn.core.SVNException: svn:
'/path/to/mypackage/mysubpackage/SomeFile.java' is not a working copy
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:307)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:286)
at
org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(SVNWCClient.java:1199)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.properties(SVNClientImpl.java:1246)
... 18 more
Please note that the offending file "SomeFile.java" was refactorized and
moved from "somepackage.subpackage" to "somepackage", so the folder
"/path/to/mypackage/mysubpackage/" containing it was actually deleted.
This happens frequently. Any idea?
Using Eclipse 3.7.0 build id I20110613-1736 with Subversive SVN Team
Provider 0.7.9.I20110819.
Mauro.
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05686 seconds