Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Some of selected resources were not committed.(SVN plugin issue with eclipse 3.5. Fails performing any SVN operation)  () 1 Vote
icon9.gif  Some of selected resources were not committed. [message #531004] Mon, 03 May 2010 10:38 Go to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Hi,

I have recently upgraded my workspace to use ECLIPSE 3.5 from 3.4.2

I am facing this SVN synchronize issue on every operation I do. Operation I mean, synchronizing with repository, updating, committing.

While googleing I found that closing and open the project in eclipse helps me resolve this issue temporarily. But everytime I have to do a commit i have to do a close and open on the project. I thought of living with this problem, but it is really frustrating to close and open a project everytime I commit files.

Is there any permanent fix for this? Or am I using plugins which are not compatible?

Is anyone facing a similar issue?


Plugin Details-
Subversive SVN Connectors
org.polarion.eclipse.team.svn.connector.feature.group
2.2.0.I20090505-1500
Polarion Software



The following is the stack trace,

org.eclipse.team.svn.core.connector.SVNConnectorException: svn: Commit failed (details follow):
svn: Software caused connection abort: socket write error
svn: OPTIONS request failed on '/SVF/repos/xyzProject/trunk/src'
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1408)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.commi t(SVNKitConnector.java:269)
at org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.commit(ThreadNameModifier.java:98)
at org.eclipse.team.svn.core.operation.local.CommitOperation$2. run(CommitOperation.java:123)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doS ubTask(ProgressMonitorUtility.java:118)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. protectStep(AbstractActionOperation.java:146)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. protectStep(AbstractActionOperation.java:141)
at org.eclipse.team.svn.core.operation.local.CommitOperation.pe rformCommit(CommitOperation.java:121)
at org.eclipse.team.svn.core.operation.local.CommitOperation.ru nImpl(CommitOperation.java:92)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:77)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:104)
at org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:77)
at org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:38)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:104)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:90)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:81)
at org.eclipse.team.svn.ui.synchronize.action.AbstractSynchroni zeLogicalModelAction$2$1.run(AbstractSynchronizeLogicalModel Action.java:339)
at org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:121)
Caused by: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
svn: Software caused connection abort: socket write error
svn: OPTIONS request failed on '/SVF/repos/FID-ETrading/crossproduct/components/tradeweb/tr unk/src'
at org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:771)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClient Impl.java:778)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.commi t(SVNKitConnector.java:266)
... 17 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: Commit failed (details follow):
svn: Software caused connection abort: socket write error
svn: OPTIONS request failed on '/SVF/repos/FID-ETrading/crossproduct/components/tradeweb/tr unk/src'
at org.tmatesoft.svn.core.javahl.SVNClientImpl$7.handleEvent(SV NClientImpl.java:745)
at org.tmatesoft.svn.core.wc.SVNBasicClient.dispatchEvent(SVNBa sicClient.java:365)
at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommit Client.java:1081)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClient Impl.java:767)
... 18 more

Re: Some of selected resources were not committed. [message #531034 is a reply to message #531004] Mon, 03 May 2010 13:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: steven.whatmore.purefacts.com

I would make sure you have committed all your changes, then delete the
project and completely check it out new again from the SVN repo in your new
environment

That has solved any type of weird problems that I have run into every so
often and it seems to fix the problem for me

"Kiran" <srkkiran@gmail.com> wrote in message
news:hrm936$jmg$1@build.eclipse.org...
> Hi,
>
> I have recently upgraded my workspace to use ECLIPSE 3.5 from 3.4.2
>
> I am facing this SVN synchronize issue on every operation I do. Operation
> I mean, synchronizing with repository, updating, committing.
>
> While googleing I found that closing and open the project in eclipse helps
> me resolve this issue temporarily. But everytime I have to do a commit i
> have to do a close and open on the project. I thought of living with this
> problem, but it is really frustrating to close and open a project
> everytime I commit files.
>
> Is there any permanent fix for this? Or am I using plugins which are not
> compatible?
>
> Is anyone facing a similar issue?
>
>
> Plugin Details- Subversive SVN Connectors
> org.polarion.eclipse.team.svn.connector.feature.group
> 2.2.0.I20090505-1500
> Polarion Software
>
>
>
> The following is the stack trace,
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn: Commit
> failed (details follow):
> svn: Software caused connection abort: socket write error
> svn: OPTIONS request failed on '/SVF/repos/xyzProject/trunk/src'
> at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl
> eClientException(SVNKitConnector.java:1408)
> at org.polarion.team.svn.connector.svnkit.SVNKitConnector.commi
> t(SVNKitConnector.java:269)
> at org.eclipse.team.svn.core.extension.factory.ThreadNameModifi
> er.commit(ThreadNameModifier.java:98)
> at org.eclipse.team.svn.core.operation.local.CommitOperation$2.
> run(CommitOperation.java:123)
> at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doS
> ubTask(ProgressMonitorUtility.java:118)
> at org.eclipse.team.svn.core.operation.AbstractActionOperation.
> protectStep(AbstractActionOperation.java:146)
> at org.eclipse.team.svn.core.operation.AbstractActionOperation.
> protectStep(AbstractActionOperation.java:141)
> at org.eclipse.team.svn.core.operation.local.CommitOperation.pe
> rformCommit(CommitOperation.java:121)
> at org.eclipse.team.svn.core.operation.local.CommitOperation.ru
> nImpl(CommitOperation.java:92)
> at org.eclipse.team.svn.core.operation.AbstractActionOperation.
> run(AbstractActionOperation.java:77)
> at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT
> ask(ProgressMonitorUtility.java:104)
> at org.eclipse.team.svn.core.operation.CompositeOperation.runIm
> pl(CompositeOperation.java:94)
> at org.eclipse.team.svn.core.operation.AbstractActionOperation.
> run(AbstractActionOperation.java:77)
> at org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg
> edOperation.java:38)
> at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT
> ask(ProgressMonitorUtility.java:104)
> at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT
> askExternal(ProgressMonitorUtility.java:90)
> at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT
> askExternal(ProgressMonitorUtility.java:81)
> at org.eclipse.team.svn.ui.synchronize.action.AbstractSynchroni
> zeLogicalModelAction$2$1.run(AbstractSynchronizeLogicalModel
> Action.java:339)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.
> run(ModalContext.java:121)
> Caused by: org.tigris.subversion.javahl.ClientException: svn: Commit
> failed (details follow):
> svn: Software caused connection abort: socket write error
> svn: OPTIONS request failed on
> '/SVF/repos/FID-ETrading/crossproduct/components/tradeweb/tr unk/src'
> at org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept
> ion(JavaHLObjectFactory.java:771)
> at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClient
> Impl.java:778)
> at org.polarion.team.svn.connector.svnkit.SVNKitConnector.commi
> t(SVNKitConnector.java:266)
> .. 17 more
> Caused by: org.tmatesoft.svn.core.SVNException: svn: Commit failed
> (details follow):
> svn: Software caused connection abort: socket write error
> svn: OPTIONS request failed on
> '/SVF/repos/FID-ETrading/crossproduct/components/tradeweb/tr unk/src'
> at org.tmatesoft.svn.core.javahl.SVNClientImpl$7.handleEvent(SV
> NClientImpl.java:745)
> at org.tmatesoft.svn.core.wc.SVNBasicClient.dispatchEvent(SVNBa
> sicClient.java:365)
> at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommit
> Client.java:1081)
> at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClient
> Impl.java:767)
> .. 18 more
>
>
Re: Some of selected resources were not committed. [message #531110 is a reply to message #531034] Mon, 03 May 2010 18:17 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Hi,
I have checked out many projects many times and all of them face the same issue.

Hence checking out once again didn't help.
Re: Some of selected resources were not committed. [message #531191 is a reply to message #531110] Tue, 04 May 2010 07:12 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Today I have created a new workspace and check out the projects from SVN and tried to see if I am getting the same error.

The answer is YES. I am still getting the same error.
Re: Some of selected resources were not committed. [message #531496 is a reply to message #531191] Wed, 05 May 2010 08:55 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Kiran,

You're using quite old SVN Connectors: 2.2.0.I20090505-1500.
Try to update to more recent versions, here're update sites for them:

Latest release:
SVN Team Provider:
http://download.eclipse.org/technology/subversive/0.7/update -site/
SVN Connectors:
http://community.polarion.com/projects/subversive/download/e clipse/2.0/update-site/

or

Weekly build:
SVN Team Provider:
http://download.eclipse.org/technology/subversive/0.7/weekly -site/
SVN Connectors:
http://community.polarion.com/projects/subversive/download/e clipse/2.0/weekly-site/


> Today I have created a new workspace and check out the projects from SVN
> and tried to see if I am getting the same error.
>
> The answer is YES. I am still getting the same error.


--
Best regards,
Igor Burilo
Re: Some of selected resources were not committed. [message #531510 is a reply to message #531496] Wed, 05 May 2010 09:42 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Thanks for you help. I have updated my eclipse with the latest versions you have given. Hopefully it resolved the issue as of now it didn't throw any exception after trying to synchronize multiple times.

Probably by tomorrow I can confirm if this has been resolved.

Very Happy
Re: Some of selected resources were not committed. [message #531583 is a reply to message #531510] Wed, 05 May 2010 13:33 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Still I get the error in spite of updating my plugin to the latest.
Re: Some of selected resources were not committed. [message #531768 is a reply to message #531583] Thu, 06 May 2010 06:22 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
The frequency of errors reduced. Thanks.
Re: Some of selected resources were not committed. [message #532768 is a reply to message #531768] Tue, 11 May 2010 07:54 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Kiran,

Probably, you have problem with your internet connection, please check
server logs for more details to understand what's happening. Also you
can try to switch svn connector from SVNKit to JavaHL.


> The frequency of errors reduced. Thanks.

--
Best regards,
Igor Burilo
Re: Some of selected resources were not committed. [message #533102 is a reply to message #532768] Wed, 12 May 2010 09:00 Go to previous messageGo to next message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
I think internet connection should not be an issue because my pc and the SVN server both are in LAN (Company).

Do you mean the eclipse error logs or SVN Server logs?

Also how can I switch from one SVN connector to another?


One more thing to note is, The SVN interface (right click menu options Team-->Synchornize with Repository) for the older projects in my workspace is a bit different, I mean I cannot select both the old(checked out when I was using eclipse 3.4) and new projects(checked out from latest SVN plugin with eclipse 3.5) at the same time to synchronize them with repository.

The old interface never faces any issue even now (for older projects).
Re: Some of selected resources were not committed. [message #533477 is a reply to message #533102] Fri, 14 May 2010 07:54 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Kiran,

> Do you mean the eclipse error logs or SVN Server logs?
I meant SVN Server logs.

> Also how can I switch from one SVN connector to another?
Menu Window/Preferences/Team/SVN select SVN Connector tab and in SVN
Connector combo box you can switch connectors, of course, if you
installed several connectors.


> One more thing to note is, The SVN interface (right click menu options
> Team-->Synchornize with Repository) for the older projects in my
> workspace is a bit different, I mean I cannot select both the
> old(checked out when I was using eclipse 3.4) and new projects(checked
> out from latest SVN plugin with eclipse 3.5) at the same time to
> synchronize them with repository.
>
> The old interface never faces any issue even now (for older projects).
It's better to create a separate topic for this question as it doesn't
relate to main question. Anyway, I din't fully understand the problem,
but probably old projects have inconsistent svn format with currently
used SVN connector, e.g. you checked out projects with SVN 1.6, but
connector works with SVN 1.5.

--
Best regards,
Igor Burilo
icon10.gif  Re: Some of selected resources were not committed. [message #536409 is a reply to message #533477] Fri, 28 May 2010 05:49 Go to previous message
Kiran  is currently offline Kiran Friend
Messages: 9
Registered: May 2010
Junior Member
Thanks a lot for you help. Today I created a new workspace and I don't see anymore issues with the SVN connector. Looks like this happens only when we have projects which are already checked out with earlier version of SVN connectors in the workspace.
Previous Topic:Modifying file removes it from change set
Next Topic:Weird state that ends up creating commits that remove files from repository
Goto Forum:
  


Current Time: Fri Apr 26 07:58:42 GMT 2024

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

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

Back to the top