Changes between Version 2 and Version 3 of ChimeraWithGit


Ignore:
Timestamp:
Dec 2, 2010, 2:29:34 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraWithGit

    v2 v3  
    33
    44I 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].
     5
     6I ran the following:
     7{{{
     8cd /data/src/
     9mkdir tmp
     10cd tmp/
     11git svn clone svn+ssh://plato.cgl.ucsf.edu/usr/local/src/svn/chimera/trunk chimera
     12
     13}}}