Hi Ben, in Pharo 7 Iceberg works different - the source dir is part of the metadata in the repo (right click on a repo and say "Repair" so it offers you to add metadata).
So for instance https://github.com/astares/Pharo-OS-Windows is already converted to the "latest and greates" and has a .project file with { 'srcDirectory' : 'src' } So you just can load it without giving the source dir explicitly. Also note that the src file directory has .properties file depicting the format: { #format : #tonel } Tonel is now recommended. Hope that helps a little bit. Thanks T.
