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