A command-line tool for converting a subversion repository to git
npm install -g svn2git
Only support the standard svn repository(trunk,branchs,tags).
- Create a file
users.txt, write your svn && git username && email to the file. svn2git co users.txt http://svnchina.com/Test Testsvn2git ct
MIT