Hi,
I am trying to migrate from git to svn with the following command:
git svn clone --stdlayout https://my_sourcecontrol
or with git2svn
svn2git --notags https://sourcecontrol -v
During the migration, it just stops with the following statement:
W: -empty_dir: directory
When I do a git branch -a
I see it has imported the tags and a number of branches that were deleted some time ago. Also, it has not imported any of the existing branches only the ones that were deleted some time ago.
Can anyone shed any light on what is going on?
Cheers
Paul