Hi
> (git)filetree://path/to/canonical/local/repo
This is a relative path:
(git)filetree:// + path/to/...
it should be:
(git)filetree:// + /my/absolute/path (triple slash)
As for FileTree/GitFileTree, due to windows issues my colleague and I were
using both. I was commiting directly through gitfiletree, and he was
comitting via filetree, and then applying git on top of that manually.
And if MCBrowser can't do it, maybe try it from playground... e.g.
Metacello new
baseline: 'Project'; "or configuration maybe for non-git"
repository: 'gitfiletree:///my/abs/path/repository';
load.
Peter
On Thu, Sep 3, 2015 at 6:53 AM, Thierry Goubier <[email protected]>
wrote:
> Hi Sean,
>
> Le 03/09/2015 04:29, Sean P. DeNigris a écrit :
>
>> If I have a filetree://path/to/canonical/local/repo repository, can I
>> later
>> point a GitFileTree repo to that folder? From the MC Browser +Repository
>> menu, I only seem to be able to set the subfolder relative to the
>> #imageDirectory, not the absolute path…
>>
>
> Are you sure about the local path? I know I played with a few things to
> try to get local paths to work if used.
>
> But gitfiletree://path/to/canonical/local/repo will work.
>
> Thierry
>
>