This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Write Authors.txt, which maps Subversion user ID to Git user. | |
For example: | |
taro = Taro Yamada <[email protected]> | |
2. Create temporary, local, bare Git repository and map Subversion branches and tags. | |
$ git --bare init proj.git | |
$ cd proj.git |