Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:git:converting_an_svn_project_to_git [2012/01/25 12:36] – [my current method] billh | docs: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/ | + | - create a text file somewhere (~/.git-svn-users) to map the svn users to git users< |
jdoe = John Doe < | jdoe = John Doe < | ||
</ | </ | ||
- alter your global config file (~/ | - alter your global config file (~/ | ||
- | git config --global svn.authorsfile ~/Desktop/ | + | git config --global svn.authorsfile ~/.git-svn-users |
</ | </ | ||