Le 31/03/2015 16:43, Jan B. a écrit :
Hi and thanks for the tip, but it doesn't work for me. Running this command results in following exception: FileDoesNotExist: File @ C:\Users\User\Pharo\images\DC-40588\github-cache\dalehenrich\filetree\pharo4.0_dev\dalehenrich-filetree-7f998e5\repository\MonticelloFileTree-Git.package\monticello.meta\version
Nicolai Hess said the issue is with the path length with the API used in the pharo VM on Windows Short of modifying the windows Pharo VM, a solution would be for filetree to read directly the repository from the github zip archive (without unzipping that archive). The code to do that is in gitfiletree in fact ;) There is also a filesystem-like layer for archives somewhere inside Pharo, but, I do believe it doesn't work (I'm sure I tried it... and if I'm not using it, there is a good reason). Thierry
Jan
Jigyasa Grover wrote
Yes Jan. Using GitFileTree in Windows is quite a task.
On Thierry's suggestion, I had tried the following and it worked.
"An alternative solution is to load directly from github, with:
Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; load: 'Git' "
Try this if it helps :)
-- View this message in context: http://forum.world.st/Gitfiletree-unstable-on-Windows-tp4816354p4816371.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.