HI all I got the metacello talking to the bitbucket repository. It was not easy since the bit buck source tree tools took quite a while to get working. I had trouble with the SSH keys and needing to find the little-hidden tool setting so it would select it but only after a bloody reboot. I also got git file tree looking at the filesystem. using the remote git repository I was able to commit my packages and they showed up nicely on the git file tree. However when I went to do a push the image is running but I can not get it to respond. a screen shot is at the bottom. Since the Source tree tool had the same problem, I am assuming that I might have a similar issue. Is there a setting where I have to point Pharo to the sslPrivateKey. The packages were empty so it should not take log to do a push. I am still waiting for the image. Also forgive my ignorance is there a Key combo to interrupt this or is it hung because it is waiting for a git command that is not returning? [image: Inline image 1] Kind Regards, Sean Glazier On Sun, Jul 24, 2016 at 3:59 PM, Dale Henrichs < dale.henrichs@gemtalksystems.com> wrote:
On 7/24/16 9:55 AM, Yuriy Tymchuk wrote:
Well, AFAIK bitbucket is supported by Metacello, so if there is API good enough to get the directory tree of a repo it should be possible to create some kind of BitBucketcello
Yes, Metacello supports bitbucket:// repos...
Dale