I have been able to download and migrate a SVN repository to gitlab, but I have faced a problem when trying to do the same with another repository located in other location(different url), because the "fit svn fetch" command answer with:
Can't create session: Unable to connect to a repository at URL 'https://xxxxxxx' at C:/Program Files/Git/mingw64/share/perl5/Git/SVN.pm line 148.
And the strange thing is that the only one thing that changes between this repository and the other that worked is the URL. In the first repository (the one which worked) after executing the "git svn fetch" command I was requested to introduce a user and password (only the first time) but for the second repository with different URL it doesn't, so I hope someone have faced this issue before and can tell me how to proceed with that, I will appreciate it.
Thanks in advance.