Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Clone Pharo Repository #952

Closed
guillep opened this issue Aug 6, 2018 · 0 comments
Closed

Cannot Clone Pharo Repository #952

guillep opened this issue Aug 6, 2018 · 0 comments
Assignees
Milestone

Comments

@guillep
Copy link
Member

guillep commented Aug 6, 2018

From mailing list

I am having (new) issues cloning my forked pharo repository in a fresh P7 image for development. Git objects are pulled from the repository successfully, but during the checkout phase the error posted below occurs (I can also provide a fuel dump by request).

Here is my current system:
OSX 10.13.1 (High Sierra)
Pharo 7.0
Build information: Pharo-7.0+alpha.build.1159.sha.65cff7b3c78af7ecf3728abdd2f44bf0cbc8a548 (32 Bit)

My fork:
https://github.com/darth-cheney/pharo

Error Stack:

IceUnknownCommit(Object)>>doesNotUnderstand: #adopt
IcePharoPlugin>>repositoryWillBeCreated:
[ :each | each repositoryWillBeCreated: aRepository ] in IcePluginManager>>repositoryWillBeCreated: in Block: [ :each | each repositoryWillBeCreated: aRepositor...etc...
Array(SequenceableCollection)>>do:
IcePluginManager>>repositoryWillBeCreated:
IceRepositoryCreator>>cloneRepository
[ self validate.
self isCloning
    ifTrue: [ self cloneRepository ]
    ifFalse: [ self addLocalRepository ] ] in IceRepositoryCreator>>createRepository in Block: [ self validate....
BlockClosure>>on:do:
IceRepositoryCreator>>createRepository
[ ^ IceRepositoryCreator new
    repository: repository;
    remote: (IceGitRemote url: self remoteUrl);
    location: self projectLocation location;
    createRepository ] in IceTipGitHubRepositoryPanel(IceTipGitRepositoryPanel)>>newRepository in Block: [ ^ IceRepositoryCreator new...
[ :bar | 
bar label: aString.
aBlock value ] in MorphicUIManager(UIManager)>>informUser:during: in Block: [ :bar | ...
[ :bar | aBlock value: bar ] in MorphicUIManager>>informUserDuring: in Block: [ :bar | aBlock value: bar ]
BlockClosure>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ ^ block cull: self ]
[ activeProcess psValueAt: index put: anObject.
aBlock value ] in CurrentJob(DynamicVariable)>>value:during: in Block: [ activeProcess psValueAt: index put: anObject....
BlockClosure>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ self prepareForRunning....
BlockClosure>>ensure:
Job>>run
MorphicUIManager(UIManager)>>displayProgress:from:to:during:
MorphicUIManager>>informUserDuring:
MorphicUIManager(UIManager)>>informUser:during:
IceTipGitHubRepositoryPanel(IceTipGitRepositoryPanel)>>newRepository
IceTipGitHubRepositoryPanel>>newRepository
IceTipRegisterRepositoryDialog>>doAccept
[ self doAccept.
true ] in IceTipRegisterRepositoryDialog(IceTipOptionDialog)>>accept in Block: [ self doAccept....
BlockClosure>>on:do:
IceTipRegisterRepositoryDialog(IceTipOptionDialog)>>accept
@guillep guillep added this to the 1.3 milestone Aug 6, 2018
guillep added a commit to guillep/iceberg that referenced this issue Aug 6, 2018
 - test adoption of unknown commit
 - add implementation of adopt to unknown commit
@guillep guillep self-assigned this Aug 6, 2018
@guillep guillep added review and removed in progress labels Aug 6, 2018
@guillep guillep modified the milestones: 1.3, 1.2.1 Aug 6, 2018
@guillep guillep closed this as completed Aug 6, 2018
@guillep guillep removed the review label Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant