From: G B <g_patrickb@yahoo.com>
Subject: Loading a local repository
Date: 22 May 2020 at 18:05:35 CEST
To: Any Question About Pharo Is Welcome <pharo-users@lists.pharo.org>


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.


I checked and zeroflag/teapot has the correct metadata

https://github.com/zeroflag/Teapot/blob/master/.project
and 

https://github.com/zeroflag/Teapot/blob/master/source/.properties

s.