forked from eggnet/scm2pgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Import SVN to Git
jordanell edited this page May 2, 2012
·
1 revision
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.