We've decided to finally migrate our repository to git, which you can find 
[here](http://git.felix-lang.org). To checkout the read-only copy, do:

> git clone http://git.felix-lang.org/r/felix.git

Developers, if you've got any outstanding subversion patches, please migrate 
them over to the git repository. The easiest way to do this is to:

> cd $felix-svn-dir
> svn diff > svn.patch
> cd $felix-git-dir
> patch -p0 < $felix-svn-dir/svn.patch

Please consider the subversion repository read-only for now on. If anyone needs 
any help with this, please send us an email.

------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to