Import SVN to Git - eggnet/scm2pgsql GitHub Wiki
Requirements:
- Install Git (sudo apt-get install git)
Process
-
Run in Linux, preferably Ubuntu
-
Open up the utils folder in the terminal
-
Run the shell script called svntogit.sh. An example of running this script is as follows: ./svntogit.sh [SVN URL] where SVN URL is a user supplied URL to an online svn repository.
-
After you run this script, the output repository will be stored in the temp/svnConverted folder in this project. You are now able to use this as a normal git repository.