Hello, just loaded Magma into Pharo 6 image from:

https://github.com/magma-database/magma/tree/pharo6-dev

and when I want to create my first repository with:

MagmaRepositoryController create: 'test' root: Dictionary new.

this error occurs:

Instance of FileDirectory class did not understand #default

Whats wrong?
Also, where is most actual docuentation for Magma, only this:
http://wiki.squeak.org/squeak/2665
?

Thanks! Petr Fischer