Hi,
I am doing a one time svn to git conversion and don’t understand the documentation process.
- subgit configure svn://myserver02 C:_dev_notes\svn_to_git_migration
(I then configure the config files and authors pwd) - I run subgit install “C:_dev_notes\svn_to_git_migration”
- This finishes successfully
- 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