Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 755 Bytes

PharoGoodies

This is a repo with various goodies for Pharo. Don't expect anything sophisticated or well-documented, sorry.

To make Iceberg work in Windows

See also https://github.com/pharo-vcs/iceberg

SSH keys setup:

IceCredentialsProvider useCustomSsh: true.
IceCredentialsProvider sshCredentials
   publicKey: 'C:\Users\johan\.ssh\id_rsa.pub';
   privateKey: 'C:\Users\johan\.ssh\id_rsa'

Problem with line conversion?

In MCFileTreeAbstractStWriter>>writeInDirectoryName: fileName:extension:visit: comment out the line fileStream lineEndConvention: #'lf'.

Good to Know

Pharo does not take this file into account as part of the sourcode files that it manages.