You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: