docs:git:converting_an_svn_project_to_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:git:converting_an_svn_project_to_git [2012/01/25 12:36] – [my current method] billhdocs:git:converting_an_svn_project_to_git [2013/10/13 11:31] (current) – [set up svn to git user mappings] billh
Line 3: Line 3:
  
 ===== set up svn to git user mappings ===== ===== set up svn to git user mappings =====
-  - create a text file somewhere (~/Desktop/users.txt) to map the svn users to git users<code>+  - create a text file somewhere (~/.git-svn-users) to map the svn users to git users<code>
 jdoe = John Doe <jdoe@example.com> jdoe = John Doe <jdoe@example.com>
 </code> </code>
   - alter your global config file (~/.gitconfig) to use this user mappings file<code>   - alter your global config file (~/.gitconfig) to use this user mappings file<code>
-git config --global svn.authorsfile ~/Desktop/users.txt+git config --global svn.authorsfile ~/.git-svn-users
 </code> </code>
  
  • docs/git/converting_an_svn_project_to_git.1327520194.txt.gz
  • Last modified: 2012/01/25 12:36
  • by billh