Re: [Pharo-users] Loading a local repository
On Sat, 23 May 2020 at 00:06, G B via Pharo-users < pharo-users@lists.pharo.org> wrote:
I am new to Pharo and sent my first message a couple of days ago. Thanks for the help. I did a clone of Teapot and had to move the source to my server (because the company doesn't allow it to have Internet access.) So now I have a /tmp/Teapot and want to load it into Pharo.
I've tried using Metacello and using "filetree:" ; "directory" ; "directory with subdirectories" and I can't seem to load it. When I try to use Iceberg and "import from existing clone" and select either "/tmp/Teapot" or "/tmp/Teapot/source" it gives me an "AssertionFailure: Project location does not seem to be a valid git repository." Even though /tmp/.git exists.
Which Teapot repo did you clone? cheers -ben
https://github.com/zeroflag/Teapot On Friday, May 22, 2020, 2:31:22 PM CDT, Ben Coman <btc@openinworld.com> wrote: On Sat, 23 May 2020 at 00:06, G B via Pharo-users <pharo-users@lists.pharo.org> wrote: I am new to Pharo and sent my first message a couple of days ago. Thanks for the help. I did a clone of Teapot and had to move the source to my server (because the company doesn't allow it to have Internet access.) So now I have a /tmp/Teapot and want to load it into Pharo. I've tried using Metacello and using "filetree:" ; "directory" ; "directory with subdirectories" and I can't seem to load it. When I try to use Iceberg and "import from existing clone" and select either "/tmp/Teapot" or "/tmp/Teapot/source" it gives me an "AssertionFailure: Project location does not seem to be a valid git repository." Even though /tmp/.git exists. Which Teapot repo did you clone? cheers -benÂ
On Sat, 23 May 2020 at 03:53, G B <g_patrickb@yahoo.com> wrote:
https://github.com/zeroflag/Teapot
On Friday, May 22, 2020, 2:31:22 PM CDT, Ben Coman <btc@openinworld.com> wrote:
On Sat, 23 May 2020 at 00:06, G B via Pharo-users < pharo-users@lists.pharo.org> wrote:
I am new to Pharo and sent my first message a couple of days ago. Thanks for the help. I did a clone of Teapot and had to move the source to my server (because the company doesn't allow it to have Internet access.) So now I have a /tmp/Teapot and want to load it into Pharo.
I've tried using Metacello and using "filetree:" ; "directory" ; "directory with subdirectories" and I can't seem to load it.
This is Tonel format, not Filetree. (btw, Tonel is a class-per-file whereas Filetree is a method-per-file) https://github.com/zeroflag/Teapot/blob/master/source/Teapot-Core/BlockClosu... Try what Stef said. cheers -ben
When I try to use Iceberg and "import from existing clone" and select either "/tmp/Teapot" or "/tmp/Teapot/source" it gives me an "AssertionFailure: Project location does not seem to be a valid git repository." Even though /tmp/.git exists.
Which Teapot repo did you clone?
cheers -ben
participants (2)
-
Ben Coman -
G B