Re: [Felix-language] Git guide for developers

2009-04-06 Thread Erick Tryzelaar
On Apr 5, 2009, at 10:51 PM, Erick Tryzelaar wrote: > Good evening/morning/afternoon. So once everyone gets me their ssh > public key you can start developing on felix. The instructions are > slightly different than for the read only access. You will need to > use this pattern: I accidental

Re: [Felix-language] Git guide for developers

2009-04-05 Thread john skaller
On 06/04/2009, at 3:51 PM, Erick Tryzelaar wrote: >> git clone felix...@felix-lang.org:felix U also need to say: git submodule update --init to get ocs, tre etc .. -- john skaller skal...@users.sourceforge.net -

[Felix-language] Git guide for developers

2009-04-05 Thread Erick Tryzelaar
Good evening/morning/afternoon. So once everyone gets me their ssh public key you can start developing on felix. The instructions are slightly different than for the read only access. You will need to use this pattern: {{{ > git clone felix...@felix-lang.org:$NAME }}} Like this: {{{ > git clon