- This topic has 6 replies, 4 voices, and was last updated 20 years, 2 months ago by Riyad Kalla.
-
AuthorPosts
-
Jan DittbernerMemberIf I try to synchronize my CVS workspace in myeclipse the Team Plugin tries to connect to the CVS server and after a timeout I get:
Problems reported while synchronizing CVS Workspace. 0 of 1 resources were synchronized.
An error occurred synchronizing /Azbjb: I/O has been interrupted.
org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: I/O has been interrupted.
org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:129)
org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:575)
org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:821)
org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:142)
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.fetchDelta(RemoteFolderTreeBuilder.java:219)
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildTree(RemoteFolderTreeBuilder.java:187)
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildRemoteTree(RemoteFolderTreeBuilder.java:159)
org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot.getRemoteTree(CVSWorkspaceRoot.java:230)
org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.fetchVariant(CVSResourceVariantTree.java:100)
org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:94)
org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.refresh(CVSResourceVariantTree.java:303)
org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractResourceVariantTree.java:63)
org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:158)
org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(ResourceVariantTreeSubscriber.java:123)
org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSubscriberJob.java:279)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)I can synchronize the same workspace with a standard Eclipse installation. I don’t understand how this is possible, because as far as I can see myeclipse uses the same team synchronization plugin doesn’t it?
Scott AndersonParticipantjandd,
We don’t do anything with Team support at all. We don’t augment it, modify it, or even use it internally. Perhaps you’re CVS configuration is slightly different between your Eclipse-only install and your MyEclipse one? Can you synchronize just a single file?
Jan DittbernerMemberNo I can’t synchronize even a single file.
I just tried the following:
uninstall myeclipse
open the same eclipse installation that I used with myeclipse
– cvs functionallity works
install myeclipse
– cvs functionallity stops workingThere seems to be some interaction with the Team functionallity 🙁
I also tried to copy the CVS related plugin configuration information from another workspace using the same CVS repository, but that also didn’t help
Riyad KallaMemberWhen did this start happening? After you tried to update to 3.8.1? Did you be sure to use the -clean command line option when you did the update?
snpeMemberI work with cvs and myeclipse.It work fine – try project build off and checkout
regards
Jan DittbernerMemberToday I found the reason for my problem. In the internet connection tab of the myeclipse preferences I had a socks proxy enabled which was obviously wrong. So there is no problem with myeclipse. Everything is working fine now. 🙂
Riyad KallaMemberGlad to hear it.
-
AuthorPosts