yodamad / svn2git

Tool to help and automate migration from SVN to GitLab
Apache License 2.0
38 stars 12 forks source link

Error with custom SVN repo #143

Closed spanishkangaroo closed 2 years ago

spanishkangaroo commented 2 years ago

Hello, first, let me tell me you that your app looks awesome. I've been trying to use it to migrate some old SVN repos on a custom server to our new gitlab, but it seems the app is unable to find the folder structure for our repo, even when, afaik, it's an standard layout repo.

Please find some attached images with the subversion config and our actual svn repo layout.

repo browser

svn configuration

Regards,

spanishkangaroo commented 2 years ago

I changed admin credentials in the subversion configuration and it worked. Maybe you have to clarify URL and repository name fields and highlight admin credentials shoud be used for svn.

yodamad commented 2 years ago

Hi

Thank you for feedback. That's quite weird, as i've done tones of migrations without admin rights.

Maybe, I noticed that the protocol you're using in UI (svn://) is not the same than the one in tortoise. You should try to use http in svn2git, this could resolve the issue.