Difference between revisions of "Git Migration"

From CrossWire Bible Society
Jump to: navigation, search
(start collecting info)
 
Line 1: Line 1:
 
This page is created to ease the migration to Git.
 
This page is created to ease the migration to Git.
  
A user [http://stackoverflow.com/questions/79165/how-to-migrate-svn-repository-with-history-to-a-new-git-repository mapping of svn user to email used for git commit] is required for migration. Here is the usernames extracted from svn log of 'sword' project. This mapping should be completed for correct user mapping when migrating. The left side is the svn Id and right side of '=' is the full name and email address in angle bracket. There are couple of examples given below.
+
A user [http://stackoverflow.com/questions/79165/how-to-migrate-svn-repository-with-history-to-a-new-git-repository mapping of svn user to email used for git commit] is required for migration. Here is the usernames extracted from svn log of 'sword' project. This mapping should be completed for correct user mapping when migrating. The left side is the svn Id and right side of '=' is the full name and email address in angle bracket. The email address should be the one that you are going to use when you are making git commits. There are couple of examples given below.
  
  

Revision as of 12:55, 14 January 2016

This page is created to ease the migration to Git.

A user mapping of svn user to email used for git commit is required for migration. Here is the usernames extracted from svn log of 'sword' project. This mapping should be completed for correct user mapping when migrating. The left side is the svn Id and right side of '=' is the full name and email address in angle bracket. The email address should be the one that you are going to use when you are making git commits. There are couple of examples given below.


   benpmorgan = 
   charcoal = 
   chrislit = 
   dglassey = 
   dmsmith = 
   dtrotzjr = 
   greg.hellings = 
   jansorg = 
   joachim = 
   lefticus = 
   mdbergmann = 
   mg = 
   mgruner = 
   refdoc = Peter von Kaehne <refdoc@gmx.net>
   scribe = Troy A. Griffitts <scribe@crosswire.org>
   sterling = 
   tbiggs = 
   trampster = 
   tuhlmann = 
   willthimbleby =

The above mapping can be used as the input for the svn to git migration program.