Bug 404162 - Git repository clone failed. Missing unknown 4fdb24201a12d25d47ec1730d1084dc4db5f7661
Summary: Git repository clone failed. Missing unknown 4fdb24201a12d25d47ec1730d1084dc4...
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 2.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 11:51 EDT by Robert Emmons CLA
Modified: 2013-03-26 23:39 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Emmons CLA 2013-03-22 11:51:20 EDT
I am getting this bug. Has it recurred? I entered a message for bug 343566, but received no replies, and could not see how to re-open it, so I am positing as a new bug.

I am using Eclipse Juno SR2, EGit 2.3.2....


Error message:

Git repository clone failed.
Missing unknown 4fdb24201a12d25d47ec1730d1084dc4db5f7661



!SESSION 2013-02-07 15:40:18.347 -----------------------------------------------
eclipse.buildId=M20120914-1800
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product -Dosgi.locking=none
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product -Dosgi.locking=none -data c:\Users\remmons\develop\eclipse\android

This is a continuation of log file C:\Users\remmons\develop\eclipse\android\.metadata\.bak_0.log
Created Time: 2013-02-07 16:47:14.490

!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2013-02-07 16:47:14.491
!MESSAGE SVN: '0x00000114: Commit' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2013-02-07 16:47:14.491
!MESSAGE Some of selected resources were not added to version control.
!STACK 0
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: E155023: Can't set properties on 'C:\Users\remmons\develop\eclipse\android\Yamba\bin\res\drawable-mdpi': invalid status for updating properties.
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:2348)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.removeProperty(SVNKitConnector.java:2102)
at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.removeProperty(ThreadNameModifier.java:458)
at org.eclipse.team.svn.core.operation.local.AddToSVNOperation.removeFromParentIgnore(AddToSVNOperation.java:113)
at org.eclipse.team.svn.core.operation.local.AddToSVNOperation.doAdd(AddToSVNOperation.java:124)
at org.eclipse.team.svn.core.operation.local.AddToSVNWithPropertiesOperation.doAdd(AddToSVNWithPropertiesOperation.java:57)
at org.eclipse.team.svn.core.operation.local.AddToSVNOperation$1.run(AddToSVNOperation.java:82)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doSubTask(ProgressMonitorUtility.java:118)
at org.eclipse.team.svn.core.operation.AbstractActionOperation.protectStep(AbstractActionOperation.java:154)
at org.eclipse.team.svn.core.operation.AbstractActionOperation.protectStep(AbstractActionOperation.java:149)
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.


{Additional error messages deleted}
Comment 1 Robin Rosenberg CLA 2013-03-26 17:24:38 EDT
Does your repo contain submodules?
Comment 2 Robert Emmons CLA 2013-03-26 18:21:46 EDT
Sorry, I am a newbie to Git. I don't know what a submodule is in Git. My repo does contain 2 projects.
Comment 3 Robin Rosenberg CLA 2013-03-26 19:17:42 EDT
(In reply to comment #2)
> Sorry, I am a newbie to Git. I don't know what a submodule is in Git. My
> repo does contain 2 projects.

A git repository can contain a reference to a commit in another (sub)repository. The other bug had an issue with such a reference and barfed because of that.
Comment 4 Robert Emmons CLA 2013-03-26 23:39:17 EDT
Then I guess the answer is no. I have no reference to a commit in another repository.

My repository was created by migrating an SVN repository. I then cloned the Git repository on a remote system a couple of times with no problem. Then, I could not clone it anymore. I started getting the error.