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/Crypt... 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/Crypt... 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