wiki:ChimeraWithGit

Version 3 (modified by Darren Weber, 15 years ago) ( diff )

--

Developing Chimera with git

I started out developing an extension for Chimera with a git repository. It was possible to import the git repository history into the Chimera subversion repository, using some instructions from 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

Note: See TracWiki for help on using the wiki.