Changes between Initial Version and Version 1 of GitTransition

Show
Ignore:
Timestamp:
01/26/10 18:28:03 (12 years ago)
Author:
cotto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitTransition

    v1 v1  
     1This page exists to document what needs to happen before Parrot's developers will feel confident about switching version control from Subversion to Git. 
     2 
     3== Requirements == 
     4 * Backwards-compatibility of svn revision numbers.  We aren't patient enough to change all references in Parrot and Trac to svn revisions, so there has to be a way to figure out what changes a svn revision refers to.  This can be done by maintaining a read-only version of the svn repository. 
     5 * Trac integration - We aren't switching away from Trac, so we need to be sure that there's a *mature* Trac plugin that can work with Git, either directly or via a third-party host like [http://github.com/davglass/github-trac GitHub].  This needs to be researched carefully since poor or immature Trac integration could be a significant impediment to Parrot's progress.