Damien,

You want to use a a lock[1]. Look at the section on locking a `filetree://` repo [2]--- should be similar for locking your gitfiletree repo ...

When you load you may want to use `onWarningLog`, because locks do generate Warnings telling you the the lock is being honored (i.e., the load is taking place from the local clone, not github as specified in the baseline) ...

Dale

[1] https://github.com/dalehenrich/metacello-work/blob/master/docs/LockCommandReference.md#lock-command-reference [2] https://github.com/dalehenrich/metacello-work/blob/master/docs/LockCommandReference.md#lock-the-projects

On 04/12/2016 11:18 AM, Damien Pollet wrote:
I have a couple projects that I develop together; the first depending on the second, and both managed on GitHub (in separate repositories).

The BaselineOf therefore expresses the dependency using repository: 'github://…' However, I'd like to locally change that to gitfiletree:// so that I can build new development images from scratch, with both projects ready to commit to gitfiletree, with minimal repo juggling and code reloading ?

Is there a way to achieve that? Metacello project attributes? a git submodule?

--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet


Reply via email to