== Developing Chimera with git == I started out developing an extension for Chimera with a [http://git-scm.com/ git] repository. It was possible to import the [http://git-scm.com/ git] repository history into the Chimera [http://subversion.tigris.org/ subversion] repository, using some instructions from [http://code.google.com/p/support/wiki/ImportingFromGit google code]. I ran the following: {{{ cd /data/src/ mkdir tmp cd tmp/ git svn clone svn+ssh://plato.cgl.ucsf.edu/usr/local/src/svn/chimera/trunk chimera }}}