Of course, forward slashes. They seemed a little unnatural on windows, but it works indeed. So thank you once again. Jan Thierry Goubier wrote
Hi Jan,
I remember that you said you used something like:
Le 26/02/2015 11:06, Jan B. a écrit :> Metacello new
baseline: 'OurProject'; repository:
'gitfiletree:///C:\Users\User\Pharo\ourproject\repository';
load.
Can you try with 'gitfiletree:///C:/Users/User/Pharo/ourproject/repository' ?
I had a look at the code and gitfiletree uses ZnUrl>>asFileReference, so it behaves like a file:// url which has / (and not \) as path separator [1].
And i'll make sure you get a gitfiletree (and not a filetree) error :)
[1] http://www-archive.mozilla.org/quality/networking/testing/filetests.html
Thierry
-- View this message in context: http://forum.world.st/Git-gitfiletree-on-Pharo-vs-Windows-tp4806791p4809074.... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.