I'm not sure why but Metacello will not download github repo if directory already exists
3 views
Skip to first unread message
PAUL DEBRUICKER
unread,
Feb 7, 2019, 8:17:33 PM2/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meta...@googlegroups.com
Hi Dale,
In GS 3.3.1 and 3.4.3 I'm having an issue when I try to clone two different git repos from the same github organization and it fails because of a directory exists error. The conflict checking code doesn't seem to be looking at the github organization level, not the repo level. But from looking in the github-cache directory there are multiple repos in the GsDevKit_home directory. So I'm kind of confused.
I'm trying to load:
Metacello new
baseline:'MaterialDesignLite';
repository:'github://dunest/MaterialDesignLite:75d9b7e8602/src';
onConflict: [ :ex | ex allow ];
onLock: [ :ex | ex honor ];
load