Trialing Out subgit but no luck

Hi,

I am doing a one time svn to git conversion and don’t understand the documentation process.

  1. subgit configure svn://myserver02 C:_dev_notes\svn_to_git_migration
    (I then configure the config files and authors pwd)
  2. I run subgit install “C:_dev_notes\svn_to_git_migration”
  3. This finishes successfully
  4. I run git branch -a and get output of ‘branch1’ and ‘main’

But this is an empty working tree. How to actually check out the code from svn so that I have working tree locally.
I am not interested in mirroring.
I am testing a once off migration.

Kind Regards,
Bruce