I'm working on SVN 2 Git migration. I'm using svn2git tool. This is a large repository. I got the below error after few hours.
fatal:Unable to create 'D:/Git/dd/.git\svn\refs\remotes\svn\tags\https in SVN2GIT' Invalid argument
if you look at closely, the first part of the path is using /(Forward Slash) D:/Git/dd/.git and the second part is using \ (back Slash) \svn\refs\remotes\svn\tags\https. At the end the path has both \ and /. I'm suspecting this might be the issue. But this was came at the middle of the migration. Many branches and tags were worked fine. But it was stopped suddenly after few hours. Is there any file to see how this path is building or please help to provide any solution.