Oct. 6, 2019
12:10 p.m.
Posting a question to this list brings the inspiration by itself :-) When the location of repository is set like this: (IceLibgitRepository registry) do: [ :reg | (reg name = 'myRepo') ifTrue: [ reg location: ('pharo-local/iceberg/myRepo' asFileReference) ] ] the path is taken as relative: File @ pharo-local\iceberg\myRepo and not as absolute: File @ C:\Users\eftomi\PHARO\images\Pharo 8.0 - Glorp\pharo-local\iceberg\myRepo Iceberg is OK with it, as it seems. Best wishes, Tomaz -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html