Hi everyone,
We are planning to switch from SVN to Git in about two weeks. For more details about Git and the migration process, see:
http://www.dynare.org/DynareWiki/GitMigration
Also note that if you want to begin playing with Git, there is a test Git repository for Dynare, which you can retrieve with:
git clone http://www.dynare.org/git/dynare-sandbox.git
Note that this is only a read-only repository for testing purpose: it contains all the history of Dynare from 2005 to 2010, but it will not be modified, and you cannot push changes into it. Use it for creating a local repository and playing with it (commits, branches, merges...)
Best