1. Configure Gerrit server


  2. Configure the repository


  3. Import data into the Git repository

    Run

    > subgit import GIT_REPO

    where 

        GIT_REPO  –  a path to the Git repository.


    > subgit import c:\gerrit\git\project.git
    
      SubGit version 3.2.4 ('Bobique') build #3670
    
      Translating Subversion revisions to Git commits...
    
         Subversion revisions translated: 10248.
         Total time: 2 hours 15 minutes 19 seconds.
    
      IMPORT SUCCESSFUL



  4. Clone your new Git repository and start working with it

    > git clone GIT_REPO WORK_TREE

    where 

        WORK_TREE  –  a path to your working copy.


    $ git clone http://gerrit.example.com/user/project.git C:\project.git
      Cloning into 'C:\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.


  5. Get support:

    If you have encountered any problems, see the following guides for more details:


    For one-time import, no license is needed.


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