|
I succeeded in doing it this way
1) make on the root of the disk a seperate directory for example c:/repo 2) on the settings goto tools -> software configuration management -> iceberg and check share repo and point it to the repo you made on point 1 3) make this baseline : 'From Pharo7.0.1 of 6 February 2019 [Build information: Pharo-7.0.1+build.148.sha.442fd72baccda88a9a3a72fe8158ebb31bf1b67a (64 Bit)] on 24 February 2019 at 12:21:40.555764 pm'! BaselineOf subclass: #BaselineOfRoelof instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'BaselineOfRoelof'! !BaselineOfRoelof methodsFor: 'baseline' stamp: 'SabineMa 2/24/2019 12:17'! voyage: spec spec baseline: 'Voyage' with: [ spec repository: 'github://pharo-nosql/voyage:ef3e6aa/mc' ]! ! !BaselineOfRoelof methodsFor: 'baseline' stamp: 'SabineMa 2/24/2019 12:16'! baseline: spec <baseline> spec for: #common do: [ spec blessing: #baseline. self voyage: spec ]! ! 4) run this script on playground : Metacello new onWarning: [ :ex | Transcript crShow: ex ]; onConflict: [ :ex | Transcript crShow: ex. ex useIncoming ]; onUpgrade: [ :ex | Transcript crShow: ex. ex useIncoming ]; onDowngrade: [ :ex | Transcript crShow: ex. ex useLoaded ]; onLock:[ :ex | Transcript crShow: ex. ]; ignoreImage; baseline: 'Roelof'; load. Roelof Op 26-2-2019 om 17:18 schreef sergio ruiz:
|
- [Pharo-users] Voyage for Pharo 7 sergio ruiz
- Re: [Pharo-users] Voyage for Pharo 7 Roelof Wobben
