Le 24/07/2016 à 22:23, Dale Henrichs a écrit :
Cyril,
Thanks for providing a stack trace ... I recognize the issue --- windows has a 256 char (I think) path length limit and a handful of the Metacello methods exceed this limit ... I've created a dev_win-hack branch on Metacello where I renamed the files that were exceeding the limit[1] --- in my particular use case, git was not able to access the files which is why I didn't recognize the issue initially --- there are a garden basket of problems when trying to use windows, but the stack provided the necessary detail to figure out which piece of fruit was going bad :)
Anyway, the following should do the trick:
Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:dev_win-hack/repository'; get. Metacello new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:dev_win-hack/repository'; onConflict: [:ex | ex allow]; load
I just merged the latest master branch into the dev_win-hack branch, so it will have the cypress package support --- but we may not be out of the woods quite yet ... you probably need to locate your github-cache directory as close to the root of your disk as possible. Use the following to change the default github-cache location:
MCGitHubRepository cacheDirectory: 'directory-path'
Good luck,
This seems to works perfectly :) Thank you for the quick hack and answer! You rock! I like to work a little on window for personal projects because I can see all the bugs that people don't usually see and report them. :)
Dale
[1] https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/installation/conf...
-- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France