Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Problems committing changes in Indigo
Problems committing changes in Indigo [message #728104] Thu, 22 September 2011 14:13 Go to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
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.
Re: Problems committing changes in Indigo [message #728295 is a reply to message #728104] Thu, 22 September 2011 22:31 Go to previous messageGo to next message
S Bufton is currently offline S BuftonFriend
Messages: 1
Registered: July 2009
Junior Member
I'm suffering a similar problem. I commit using subversive, but it gives me an error. I then have to update the workspace from the command line and refresh in Eclipse before trying to synchronize subversive again, otherwise I end up with claimed tree conflicts and am unable to revert because Subversion claims that checksums don't match.
Re: Problems committing changes in Indigo [message #728412 is a reply to message #728295] Fri, 23 September 2011 08:08 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
Thu, 22 Sep 2011 18:31:33 -0400, /S Bufton/:

> I'm suffering a similar problem. I commit using subversive, but it
> gives me an error. I then have to update the workspace from the
> command line and refresh in Eclipse before trying to synchronize
> subversive again, otherwise I end up with claimed tree conflicts and
> am unable to revert because Subversion claims that checksums don't
> match.

Try using the latest version from the Early Access [1] update site:

http://download.eclipse.org/technology/subversive/0.7/update-site/

[1] http://www.eclipse.org/subversive/downloads.php#early_access

--
Stanimir
Re: Problems committing changes in Indigo [message #728442 is a reply to message #728412] Fri, 23 September 2011 09:39 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 23/09/2011 10:08, Stanimir Stamenkov ha scritto:
> Try using the latest version from the Early Access [1] update site:

I don't know about S Bufton's problem, but I already have that early
access version installed... :-(

Mauro.
Re: Problems committing changes in Indigo [message #735618 is a reply to message #728442] Wed, 12 October 2011 11:57 Go to previous messageGo to next message
postriganvova is currently offline postriganvovaFriend
Messages: 1
Registered: October 2011
Junior Member
I have the same problem. I didn't see it on 3.7.0

It reproduces all time on configuration:
Eclipse IDE for Java EE Developers 1.4.1.20110909-1818
Eclipse Platform 3.7.1.M20110909-1335
Java EE IDE Feature 1.4.1.20110909-1818

JavaHL 1.6.15 Win32 Binaries (Optional) 2.2.2.I20110602-1700

m2e - Maven Integration for Eclipse 1.0.100.20110804-1717
Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK
Eclipse Platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
Eclipse RCP 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A

Native JavaHL 1.6 Implementation (Optional) 2.2.2.I20110819-1700
Subversive SVN Connectors 2.2.2.I20110819-1700
Subversive SVN Team Provider (Incubation) 0.7.9.I20110819-1700
Re: Problems committing changes in Indigo [message #735847 is a reply to message #735618] Wed, 12 October 2011 21:06 Go to previous messageGo to next message
heapifyman  is currently offline heapifyman Friend
Messages: 4
Registered: July 2009
Junior Member
I have the same problem. Sometimes Team--> Cleanup or Team --> Update seem to bring the project back to its right status after doing a commit in Synchronization view but often I have to close and re-open the project, which is annoying.
I'm using latest version of Subversive (from the early access update site mentioned above) and SVNKit btw.
Re: Problems committing changes in Indigo [message #744688 is a reply to message #735847] Sat, 22 October 2011 09:07 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 12/10/2011 23:06, heapifyman ha scritto:
> I have the same problem.

Forr all you guys, see bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329555

Please, comment on it!

As Markus Jarderot says in another thread, disabling the SVN Status
Cache seems to be a workaround.

Mauro.
Re: Problems committing changes in Indigo [message #756215 is a reply to message #744688] Fri, 11 November 2011 14:16 Go to previous messageGo to next message
Missing name Missing name is currently offline Missing name Missing nameFriend
Messages: 2
Registered: July 2011
Junior Member
Hello!

Where can I disabling the SVN Status Cache in Eclipse settings? I can't find it!
Meanwhile, I found it. (It was hidden... Rolling Eyes )


Thx
Mate

[Updated on: Fri, 11 November 2011 14:22]

Report message to a moderator

Re: Problems committing changes in Indigo [message #756343 is a reply to message #756215] Sat, 12 November 2011 09:48 Go to previous messageGo to next message
syrvn  is currently offline syrvn Friend
Messages: 5
Registered: May 2011
Junior Member
Hello,

I have the same problem and therefore tried to disable the SVN Cache via Team->Performance->Enable SVN status cache

This option is ticked and grayed out wherefore I cannot deselect it.

Does anybody know why this option is grayed out and how to change that?
Re: Problems committing changes in Indigo [message #756831 is a reply to message #756215] Tue, 15 November 2011 09:57 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 11/11/2011 15:16, szekely.mate.pecs ha scritto:
> Hello!
>
> Where can I disabling the SVN Status Cache in Eclipse settings? I can't
> find it!

Window | Preferences | Team | SVN | Performance.
Disable both "Compute deep outgoing state" and "Enable SVN statuses cache".

Please add your comment on this issue at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329555!

Mauro.
Re: Problems committing changes in Indigo [message #756832 is a reply to message #756343] Tue, 15 November 2011 09:58 Go to previous message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 12/11/2011 10:48, syrvn ha scritto:
> This option is ticked and grayed out wherefore I cannot deselect it.
> Does anybody know why this option is grayed out and how to change that?

You have to disable "Compute deep outgoing state" first.

Please add your comment on this issue at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329555!

Mauro.
Previous Topic:Cannot connect to a svn+ssh repository
Next Topic:Checkout while a folder with same name already exists
Goto Forum:
  


Current Time: Tue Mar 19 05:22:26 GMT 2024

Powered by FUDForum. Page generated in 0.02440 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top