You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.