1. Install SubGit tool according to the Installation guide.

  2. Configure GitHub

  3. Configure local repository:

  4. Import data into local Git repository by the command:

    > subgit import GIT_REPO
    > subgit import C:\repo.git
         SubGit version 3.2.4 ('Bobique') build #3670
    
         Authentication realm: <http://svn.example.com:80> Subversion Repository
          Username [git]: user
          Password for 'user': 
    
          Translating Subversion revisions to Git commits...
    
             Subversion revisions translated: 10248.
             Total time: 2 hours 15 minutes 38 seconds.
    
          IMPORT SUCCESSFUL
  5. Sync local Git repository with GitHub:

  6. All the files from SVN are now on GitHub, so you can clone your GitHub repository and start to work with it:

    > git clone GITHUB_REPO WORK_TREE

    where

    > git clone https://github.com/user/project.git ./project.git
         Cloning into './project.git'...
         Password for 'http://user@example.com': 
         remote: Counting objects: 99, done.
         remote: Compressing objects: 100% (39/39), done.
         remote: Total 99 (delta 50), reused 99 (delta 50)
         Unpacking objects: 100% (99/99), done.

    If Git warns you that you are cloning an empty repository and you don't see your files in the working tree, most probably automatic branches and tags mapping didn't work correctly. In this case, mapping has to be set manually, see details on mapping in Branches and tags mapping.

  7. Get support.

    Have you faced with any problems, see the following guide for more details:

    Note: no license key required for import!

    Would you have any assistance, don't hesitate to contact us at support@subgit.com.