Switching to the Tonel file format in git solves this. There is an option to convert a repo in Iceberg (under extra).
> On 27 Jan 2019, at 05:01, Sanjay Minni <s...@planage.com> wrote: > > Hi, > > can the following filename in Cryptography package in github repository be > shortened. > its causing a crash when loading in Win 10 (so a workaround has to be done > just for this much) > as this package is used by Voyage it may be fairly in use. > > filename: > cryptUIDlgSelectCertificateFromStore.winHandle.pwszTitle.pwszDisplayString.dwDontUseColumn.flags.reserved..st > > location: > https://github.com/pharo-contributions/Cryptography/tree/master/source/Cryptography-MSCerts.package/Win32FFICertificateStore.class/instance > > Probably this filename is autogenerated so a tweak could be attempted > > > > This seems to work - at least loading seems to have gone thru > > but is it possible to shorten the following filename in the github > repository itself > > cryptUIDlgSelectCertificateFromStore.winHandle.pwszTitle.pwszDisplayString.dwDontUseColumn.flags.reserved..st > > it is in > https://github.com/pharo-contributions/Cryptography/tree/master/source/Cryptography-MSCerts.package/Win32FFICertificateStore.class/instance > > i do not know if there any any other filenames that long > > > EstebanLM wrote >> Hi, >> >> I’m sorry I didn’t see this before. >> This happens because there are many projects that are still using filetree >> format which stores one file per method. And the problem here is that >> windows has a path limit that you are exceeding. >> To workaround this problem: >> >> - Open iceberg settings (toolbar button in repositories window). >> - Check "Share repositories between images”. >> - In "Location for shared repositories” put something like “C:\repo” (you >> will need to create that dir too). >> >> And retry :) >> >> Esteban >> >>> On 4 Dec 2018, at 17:24, Sanjay Minni < > >> sm@ > > > > > ----- > cheers, > Sanjay > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >